Skip to content

Commit

Permalink
Fixed release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 29, 2024
1 parent 172c13a commit 2e742d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,6 @@ jobs:
# or Upload to a release

- name: Upload to release v1.0.0
env:
GH_TOKEN: ${{ github.token }}
run: gh release upload v1.0.0 ./gen/android/app/build/outputs/apk/**/*.apk --clobber
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ jobs:
# or Upload to a release

- name: Upload to release v1.0.0
env:
GH_TOKEN: ${{ github.token }}
run: gh release upload v1.0.0 ./dist/bundle/deb/**/*.deb --clobber
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ jobs:
# or Upload to a release

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

0 comments on commit 2e742d1

Please sign in to comment.