Skip to content

Commit

Permalink
Fix artifact upload on release workflow (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Feb 14, 2023
1 parent 1f6068d commit 6012519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- if: inputs.release
run:
find build -type f | xargs gh release upload
"${GITHUB_REF_NAME#bump/}"
"${GITHUB_HEAD_REF#bump/}"
env:
GITHUB_TOKEN: ${{ github.token }}
images:
Expand Down

0 comments on commit 6012519

Please sign in to comment.