Skip to content

Commit

Permalink
ci: fix latest deployed version string
Browse files Browse the repository at this point in the history
  • Loading branch information
ripperi committed Oct 8, 2024
1 parent f92fc1d commit 60b3254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Upload latest deployed version string to GCP
run: |
echo "${{ inputs.pace }}" > ./PACE
echo $(sed -nr 's/#define URBIT_VERSION "(.*)"/\1/p' zig-out/include/version.h) > ./VERSION
printf $(sed -nr 's/const VERSION = "(.*)"\;/\1/p' build.zig)-%.10s $(git rev-parse HEAD) > ./VERSION
if ${{ inputs.next != null }}; then
next=$(echo "${{ inputs.next }}" | sed 's/[^0-9]//g')
Expand Down

0 comments on commit 60b3254

Please sign in to comment.