Skip to content

Commit

Permalink
Merge pull request #3 from multiversx/fix-gh-upload
Browse files Browse the repository at this point in the history
Fix GH upload (get the tag in a correct fashion)
  • Loading branch information
andreibancioiu authored Jan 22, 2024
2 parents ffe30e4 + d0a5119 commit b325c2a
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 b325c2a

Please sign in to comment.