From 92e308e5522e86d43479c824a296d058ccd08bb3 Mon Sep 17 00:00:00 2001 From: Sebastian Ranoszek Date: Fri, 4 Apr 2025 17:26:46 +0200 Subject: [PATCH] Final Final Test --- .woodpecker/build.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 99e4af5..d0ced42 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -21,12 +21,24 @@ steps: depends_on: - Build + - name: Find-Build + image: alpine + commands: + - ls -al build + depends_on: + - Build + - name: Release image: plugins/gitea-release settings: - api_key: GITEA_TOKEN - base_url: https://git.xyro.win/nyosic/MarioDB + api_key: + from_secret: FORGEJO_TOKEN + base_url: https://git.xyro.win + repo_owner: nyosic + repo_name: MarioDB files: build/main when: event: - tag + depends_on: + - Find-Build