Woodpecker CI: create release on tag and upload apk as an artifact

This commit is contained in:
Bazsalanszky 2023-07-25 16:46:18 +02:00
parent a2ad876517
commit 92da97b71a

View File

@ -5,3 +5,16 @@ pipeline:
- ./gradlew :app:assemble
when:
path: [ app/**, build.gradle ]
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://codeberg.org
files:
- app/build/outputs/apk/release/app-release-unsigned.apk
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main
prerelease: true
note: "This is an alpha release. Expect many bugs and unfinished features!"
when:
event: [ tag ]