Skip to content

Commit

Permalink
Fix artifact names in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Dec 23, 2023
1 parent 3a37c06 commit bbd6897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
uses: actions/[email protected]
with:
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cfg }}
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-windows-2022-Debug
path: |
out/log
out/pkg
Expand Down

0 comments on commit bbd6897

Please sign in to comment.