Skip to content

Commit

Permalink
fix5
Browse files Browse the repository at this point in the history
  • Loading branch information
sheurich committed Mar 4, 2024
1 parent 22b345e commit 76ac665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
gh release upload "${{ github.ref_name }}" *
gh release upload --repo ${{ github.repository }} \
"${{ github.ref_name }}" \
*

0 comments on commit 76ac665

Please sign in to comment.