mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
fix path of the version file
This commit is contained in:
parent
729a53f4bb
commit
1bae1a306c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -285,7 +285,7 @@ jobs:
|
||||
# version is exported from cmake to file
|
||||
- name: Retrieve version
|
||||
run: |
|
||||
echo "::set-output name=VERSION::$(cat **/artifacts/Gittyup-VERSION/VERSION.txt)"
|
||||
echo "::set-output name=VERSION::$(cat artifacts/Gittyup-VERSION/VERSION.txt)"
|
||||
id: version
|
||||
|
||||
- name: Determine release title
|
||||
|
Loading…
Reference in New Issue
Block a user