let's try again, now that the build limits are set correctly
Some checks failed
Test, Build and Release web / Build Web (push) Has been cancelled
continuous-integration/drone/push Build is failing
Test, Build and Release apk / Build APK (push) Failing after 10m3s

This commit is contained in:
Remy Moll 2024-05-04 13:27:07 +02:00
parent 5755af290c
commit 31305b72c4

View File

@ -26,13 +26,8 @@ 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: Upload APK as artifact
uses: actions/upload-artifact@v4
with:
name: app
path: build/app/outputs/**/*.apk