gitea plugin is only valid for tags
All checks were successful
ci/woodpecker/push/make-pk3 Pipeline was successful
All checks were successful
ci/woodpecker/push/make-pk3 Pipeline was successful
This commit is contained in:
parent
92c0d88489
commit
ccdce66558
@ -6,11 +6,11 @@ steps:
|
|||||||
- apt update && apt upgrade -y && apt install -y zip
|
- apt update && apt upgrade -y && apt install -y zip
|
||||||
- xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.pk3 -@
|
- xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.pk3 -@
|
||||||
when:
|
when:
|
||||||
- event: [push, manual]
|
- event: [tag]
|
||||||
publish-prerelease:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
when:
|
when:
|
||||||
- event: [push, manual]
|
- event: [tag]
|
||||||
settings:
|
settings:
|
||||||
base_url: https://vcs.otl-hga.net
|
base_url: https://vcs.otl-hga.net
|
||||||
files:
|
files:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Zorch Squadron
|
# Zorch Squadron
|
||||||
### a WAD for Chex Quest 3 by Nicole O'Connor
|
### a WAD for Chex Quest 3 by Nicole O'Connor
|
||||||
|
|
||||||
This is nowhere near done yet, but if you want to download it and see how far I've gotten so far,
|
This is nowhere near done yet, but if you want to download it and see how much I've done so far,
|
||||||
check the releases section :)
|
you can check for PK3s in the releases section :)
|
Loading…
Reference in New Issue
Block a user