We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398d42e commit 8ad3201Copy full SHA for 8ad3201
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
# and promoting it to latest
76
77
echo "Uploading artifacts to release $VERSION..."
78
- gh release upload "$VERSION" dist/gh-app-auth* --clobber
+ gh release upload "$VERSION" dist/* --clobber
79
80
echo "Setting release as latest..."
81
gh release edit "$VERSION" --prerelease=false --latest
0 commit comments