From 4c9df6c6a48871b785051349746e7f03f8672a04 Mon Sep 17 00:00:00 2001 From: Iurii <9779955557@mail.ru> Date: Mon, 15 Apr 2024 20:00:29 +0300 Subject: [PATCH] + --- .woodpecker/build.yaml | 16 +++++++++++++++- .woodpecker/publish.yaml | 18 ------------------ 2 files changed, 15 insertions(+), 19 deletions(-) delete mode 100644 .woodpecker/publish.yaml diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index c3b7cf8..1884c23 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -5,4 +5,18 @@ 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 deleted file mode 100644 index d9c53f0..0000000 --- a/.woodpecker/publish.yaml +++ /dev/null @@ -1,18 +0,0 @@ -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