Skip to content

Commit

Permalink
Fix GITHUB_OUTPUT syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
res2k committed May 12, 2024
1 parent f8e53eb commit f4b87ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- shell: bash
run: |
RELEASE_ARCHIVE=HDRTray-${GITHUB_REF/refs\/tags\//}.zip
echo "name=RELEASE_ARCHIVE::$RELEASE_ARCHIVE" >> $GITHUB_OUTPUT
echo "RELEASE_ARCHIVE=$RELEASE_ARCHIVE" >> $GITHUB_OUTPUT
id: release_archive_name
- run: |
7z a ${{ steps.release_archive_name.outputs.RELEASE_ARCHIVE }} ${{github.workspace}}/install/*
Expand Down

0 comments on commit f4b87ce

Please sign in to comment.