From ccdce665583253fd51397dcd9b3932ce818516bc Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Sat, 3 Feb 2024 23:06:19 -0800 Subject: [PATCH] gitea plugin is only valid for tags --- .woodpecker/make-pk3.yaml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/make-pk3.yaml b/.woodpecker/make-pk3.yaml index 34c0164..a32a69a 100644 --- a/.woodpecker/make-pk3.yaml +++ b/.woodpecker/make-pk3.yaml @@ -6,11 +6,11 @@ steps: - apt update && apt upgrade -y && apt install -y zip - xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.pk3 -@ when: - - event: [push, manual] - publish-prerelease: + - event: [tag] + publish: image: woodpeckerci/plugin-gitea-release when: - - event: [push, manual] + - event: [tag] settings: base_url: https://vcs.otl-hga.net files: diff --git a/README.md b/README.md index 19a0f01..9bc8542 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Zorch Squadron ### 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, -check the releases section :) \ No newline at end of file +This is nowhere near done yet, but if you want to download it and see how much I've done so far, +you can check for PK3s in the releases section :) \ No newline at end of file