mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-10 00:18:44 +01:00
Woodpecker CI: create release on tag and upload apk as an artifact
This commit is contained in:
parent
a2ad876517
commit
92da97b71a
@ -4,4 +4,17 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- ./gradlew :app:assemble
|
- ./gradlew :app:assemble
|
||||||
when:
|
when:
|
||||||
path: [ app/**, build.gradle ]
|
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