Final Final Test
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/release/build Pipeline was successful

This commit is contained in:
Sebastian Ranoszek 2025-04-04 17:26:46 +02:00
parent 5277bc07ef
commit 92e308e552

View file

@ -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