This commit is contained in:
parent
cba984af2a
commit
f02fb512af
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ platform: linux/arm64
|
|||
|
||||
pipeline:
|
||||
build:
|
||||
image: cirrusci/flutter:latest
|
||||
image: codeberg.org/comcloudway/docker-flutter-alpine:sdk-latest
|
||||
commands:
|
||||
- flutter build apk --release
|
||||
publish:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
base_url: https://codeberg.org
|
||||
base_url: https://jusax.de/git
|
||||
files:
|
||||
- "build/app/outputs/flutter-apk/app-release.apk"
|
||||
api_key:
|
||||
|
|
Loading…
Reference in a new issue