fix path of the version file

This commit is contained in:
Martin Marmsoler 2022-04-22 11:00:20 +02:00
parent 729a53f4bb
commit 1bae1a306c

View File

@ -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