Skip to content

Commit 2e742d1

Browse files
committed
Fixed release actions
1 parent 172c13a commit 2e742d1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,6 @@ jobs:
136136
# or Upload to a release
137137

138138
- name: Upload to release v1.0.0
139+
env:
140+
GH_TOKEN: ${{ github.token }}
139141
run: gh release upload v1.0.0 ./gen/android/app/build/outputs/apk/**/*.apk --clobber

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,6 @@ jobs:
7979
# or Upload to a release
8080

8181
- name: Upload to release v1.0.0
82+
env:
83+
GH_TOKEN: ${{ github.token }}
8284
run: gh release upload v1.0.0 ./dist/bundle/deb/**/*.deb --clobber

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ jobs:
7878
# or Upload to a release
7979

8080
- name: Upload to release v1.0.0
81+
env:
82+
GH_TOKEN: ${{ github.token }}
8183
run: gh release upload v1.0.0 ./dist/bundle/msi/**/*.msi --clobber

0 commit comments

Comments
 (0)