This commit is contained in:
parent
87abe69716
commit
33bca7ee96
1 changed files with 18 additions and 0 deletions
18
.woodpecker.yml
Normal file
18
.woodpecker.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
# .woodpecker.yml
|
||||
platform: linux/arm64
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: ghcr.io/cirruslabs/flutter:3.10.2
|
||||
commands:
|
||||
- flutter build apk --release
|
||||
publish:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
base_url: https://codeberg.org
|
||||
files:
|
||||
- "build/app/outputs/flutter-apk/app-release.apk"
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
when:
|
||||
event: tag
|
Loading…
Reference in a new issue