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