Skip to content

Commit

Permalink
Fix release upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Nov 29, 2024
1 parent 1a98640 commit 14a6857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ jobs:
--generate-notes \
--prerelease
echo "Uploading artifacts for tag ${{ env.VERSION }}"
gh release upload ${{ env.VERSION }} dist/* --clobber
gh release upload ${{ env.VERSION }} dist/*.tgz dist/*.zip --clobber

0 comments on commit 14a6857

Please sign in to comment.