final building cleanup
Some checks failed
Build web / Build Web (pull_request) Has been cancelled
Build and release APK / Build APK (pull_request) Has been cancelled
Build and push docker image / Build (pull_request) Failing after 1m42s

This commit is contained in:
2024-05-25 14:19:57 +02:00
parent 656c606493
commit cb33f315a0
4 changed files with 8 additions and 36 deletions

View File

@@ -2,6 +2,9 @@ on:
pull_request:
branches:
- main
paths:
- frontend/**
name: Build and release APK
@@ -38,7 +41,6 @@ jobs:
- run: flutter build apk --debug --split-per-abi
working-directory: ./frontend
- name: Release APK
uses: https://gitea.com/akkuman/gitea-release-action@v1
with: