Skip to content

Commit

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

0 comments on commit 1a98640

Please sign in to comment.