small fix
This commit is contained in:
parent
cc4981fc11
commit
2a1e31ee58
@ -24,13 +24,13 @@ jobs:
|
||||
# - run: flutter test
|
||||
- run: flutter build apk --debug --split-per-abi
|
||||
|
||||
- name: setup go # gitea release action requires go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
- name: Push APK to Releases
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
build/app/outputs/**.apk
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
# - name: setup go # gitea release action requires go
|
||||
# uses: https://github.com/actions/setup-go@v4
|
||||
# with:
|
||||
# go-version: '>=1.20.1'
|
||||
# - name: Push APK to Releases
|
||||
# uses: https://gitea.com/actions/release-action@main
|
||||
# with:
|
||||
# files: |-
|
||||
# build/app/outputs/**.apk
|
||||
# api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user