Skip to content

Commit d0b682e

Browse files
Update action.yml
1 parent 1b2f717 commit d0b682e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ jobs:
6868
run: ./gradlew -c settings.desktop.gradle buildAllBundles --no-configuration-cache
6969

7070
- name: Upload Desktop Bundles
71+
env:
72+
GH_TOKEN: ${{ github.token }} # Authenticate gh CLI
7173
run: |
7274
for bundle in dist/*; do
7375
bundle_name=$(basename "$bundle")
7476
echo "Uploading $bundle_name..."
7577
gh release upload ${{ github.ref }} "$bundle" --clobber
76-
done
78+
done

0 commit comments

Comments
 (0)