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:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: cirrusci/flutter:latest
|
image: codeberg.org/comcloudway/docker-flutter-alpine:sdk-latest
|
||||||
commands:
|
commands:
|
||||||
- flutter build apk --release
|
- flutter build apk --release
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: https://codeberg.org
|
base_url: https://jusax.de/git
|
||||||
files:
|
files:
|
||||||
- "build/app/outputs/flutter-apk/app-release.apk"
|
- "build/app/outputs/flutter-apk/app-release.apk"
|
||||||
api_key:
|
api_key:
|
||||||
|
|
Loading…
Reference in a new issue