Skip to content

Commit

Permalink
no space allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Apr 21, 2024
1 parent ffa55b6 commit a176110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,15 +377,15 @@ jobs:
runs-on: ubuntu-latest # does not matter which
# Map a step output to a job output
outputs:
version: ${{ steps.Retrieve version.outputs.VERSION }}
version: ${{ steps.RetrieveVersion.outputs.VERSION }}
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
path: artifacts

# version is exported from cmake to file
- name: Retrieve version
- name: RetrieveVersion
run: |
echo "VERSION=$(cat artifacts/Gittyup-VERSION/Version.txt)" >> "$GITHUB_OUTPUT"
id: version
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
path: artifacts

# version is exported from cmake to file
- name: Retrieve version
- name: RetrieveVersion
run: |
echo "::set-output name=VERSION::$(cat artifacts/Gittyup-VERSION/Version.txt)"
id: version
Expand Down

0 comments on commit a176110

Please sign in to comment.