Skip to content

Commit

Permalink
correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 18, 2024
1 parent 11a23b2 commit 97c2a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-archives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- name: Upload .zip
env:
GITHUB_TOKEN: ${{ github.token }}
tag: ${{ github.event.inputs.release_tag }}
tag: ${{ github.ref_name }}
run: |
gh release upload "$tag" ${{ matrix.batch }}.zip

0 comments on commit 97c2a39

Please sign in to comment.