Skip to content

Commit

Permalink
is in the build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Marmsoler committed Jan 27, 2023
1 parent 43f5cd4 commit 32b9cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
# version is exported from cmake to file
- name: Retrieve version
run: |
VER=$(cat artifacts/Gittyup-VERSION/VERSION.txt)
VER=$(cat build/release/VERSION.txt)
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Print version
Expand Down

0 comments on commit 32b9cff

Please sign in to comment.