Skip to content

Commit

Permalink
Simplify artifact name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 30, 2024
1 parent 92951c3 commit 2c7a988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: always()
uses: actions/[email protected]
with:
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-ubuntu-22.04-Release
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
path: |
out/log
out/pkg

0 comments on commit 2c7a988

Please sign in to comment.