no space in the output name

This commit is contained in:
Martin Marmsoler 2022-04-22 10:25:58 +02:00
parent ed8e9f090d
commit 65494576c4

View File

@ -249,7 +249,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: build/release/VERSION.txt
name: Gittyup VERSION
name: Gittyup-VERSION
- name: Test
# TODO: Re-Enable this when https://github.com/actions/runner/issues/1206 gets resolved
@ -280,12 +280,12 @@ jobs:
echo "Show artifacts/com.github.Murmele.Gittyup-x86_64:"
ls "artifacts/Gittyup-x86_64"
echo "Show artifacts/Gittyup VERSION"
ls "artifacts/Gittyup VERSION"
ls "artifacts/Gittyup-VERSION"
# 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