Skip to content

Commit

Permalink
fix: add version suffix to artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Jul 9, 2024
1 parent 92f1479 commit 98931d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: quicksync-${{ matrix.artifact-name }}${{ steps.version.output.suffix }}
name: quicksync-${{ matrix.artifact-name }}${{ steps.version.outputs.suffix }}
path: |
target/release/quicksync${{ matrix.os == 'windows-2019' && '.exe' || '' }}
if-no-files-found: error
Expand Down

0 comments on commit 98931d7

Please sign in to comment.