mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
no space in the output name
This commit is contained in:
parent
ed8e9f090d
commit
65494576c4
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user