small fix
Some checks failed
Test, Build and Release apk / Build APK (push) Failing after 8s
Test, Build and Release web / Build Web (push) Has been cancelled

This commit is contained in:
Remy Moll 2024-05-02 18:48:10 +02:00
parent cc4981fc11
commit 2a1e31ee58

View File

@ -24,13 +24,13 @@ jobs:
# - run: flutter test # - run: flutter test
- run: flutter build apk --debug --split-per-abi - run: flutter build apk --debug --split-per-abi
- name: setup go # gitea release action requires go # - name: setup go # gitea release action requires go
uses: https://github.com/actions/setup-go@v4 # uses: https://github.com/actions/setup-go@v4
with: # with:
go-version: '>=1.20.1' # go-version: '>=1.20.1'
- name: Push APK to Releases # - name: Push APK to Releases
uses: https://gitea.com/actions/release-action@main # uses: https://gitea.com/actions/release-action@main
with: # with:
files: |- # files: |-
build/app/outputs/**.apk # build/app/outputs/**.apk
api_key: '${{secrets.RELEASE_TOKEN}}' # api_key: '${{secrets.RELEASE_TOKEN}}'