From 3d7b977f507a6575b9d7dabc9897b61d42bebe52 Mon Sep 17 00:00:00 2001 From: Iurii <9779955557@mail.ru> Date: Mon, 15 Apr 2024 19:51:28 +0300 Subject: [PATCH] + --- .woodpecker/build.yaml | 15 +-------------- .woodpecker/publish.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 .woodpecker/publish.yaml diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 6f3d660..c3b7cf8 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -5,17 +5,4 @@ steps: - nuitka3 src/main.py -o baloon - ls -lh - file baloon - - name: publish - # image: woodpeckerci/plugin-gitea-release - image: plugins/gitea-release - settings: - base_url: https://git.zunet.ru - files: - - "baloon" - api_key: - from_secret: SEC1 - target: main - title: ${CI_COMMIT_TAG##v} - when: - event: tag - tag: v* + diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml new file mode 100644 index 0000000..d9c53f0 --- /dev/null +++ b/.woodpecker/publish.yaml @@ -0,0 +1,18 @@ +steps: + - name: publish + # image: woodpeckerci/plugin-gitea-release + image: plugins/gitea-release + settings: + base_url: https://git.zunet.ru + files: + - "baloon" + api_key: + from_secret: SEC1 + target: main + title: ${CI_COMMIT_TAG##v} + when: + event: tag + tag: v* + +depends_on: + - build \ No newline at end of file