Skip to content

Commit 8ad3201

Browse files
author
Waldek Herka
committed
fix(ci): correct upload pattern to include all release binaries
1 parent 398d42e commit 8ad3201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# and promoting it to latest
7676
7777
echo "Uploading artifacts to release $VERSION..."
78-
gh release upload "$VERSION" dist/gh-app-auth* --clobber
78+
gh release upload "$VERSION" dist/* --clobber
7979
8080
echo "Setting release as latest..."
8181
gh release edit "$VERSION" --prerelease=false --latest

0 commit comments

Comments
 (0)