mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-04 22:04:48 +01:00
Woodpecker CI: create release on tag and upload apk as an artifact
This commit is contained in:
parent
a2ad876517
commit
92da97b71a
@ -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 ]
|
Loading…
x
Reference in New Issue
Block a user