Skip to content

Commit 32b9cff

Browse files
author
Martin Marmsoler
committed
is in the build folder
1 parent 43f5cd4 commit 32b9cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
# version is exported from cmake to file
282282
- name: Retrieve version
283283
run: |
284-
VER=$(cat artifacts/Gittyup-VERSION/VERSION.txt)
284+
VER=$(cat build/release/VERSION.txt)
285285
echo "VERSION=$VER" >> $GITHUB_ENV
286286
287287
- name: Print version

0 commit comments

Comments
 (0)