some mooore
Some checks failed
Test, Build and Release web / Build Web (push) Waiting to run
Test, Build and Release apk / Build APK (push) Failing after 6s

This commit is contained in:
Remy Moll 2024-05-02 18:33:34 +02:00
parent 211fc20e78
commit 77559e2144

View File

@ -21,6 +21,11 @@ jobs:
- run: flutter pub get
# - 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: