Skip to content

Commit

Permalink
Fix GH upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jan 22, 2024
1 parent ffe30e4 commit d0a5119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release_attach_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ jobs:
- name: Upload artifacts to release
if: ${{ github.event_name == 'release' }}
run: |
gh release upload ${{ github.ref_name }} ${{ env.ARCHIVE}}
gh release upload ${{ github.event.release.tag_name }} ${{ env.ARCHIVE}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d0a5119

Please sign in to comment.