This commit is contained in:
parent
7b42ea0fe7
commit
7410c13aec
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -23,6 +23,9 @@ jobs:
|
||||||
run: ./release.sh
|
run: ./release.sh
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
uses: https://code.forgejo.org/actions/forgejo-release@v2
|
uses: https://code.forgejo.org/actions/forgejo-release@v2
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
|
|
@ -32,5 +35,3 @@ jobs:
|
||||||
./build/app/outputs/flutter-apk/app-release.apk
|
./build/app/outputs/flutter-apk/app-release.apk
|
||||||
./linux-bin.zip
|
./linux-bin.zip
|
||||||
./webapp.zip
|
./webapp.zip
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue