Update .woodpecker/default.yml
All checks were successful
ci/woodpecker/push/default Pipeline was successful

This commit is contained in:
nyosic 2025-04-04 13:36:02 +00:00
parent db567849bf
commit 2946cee5c8

View file

@ -24,7 +24,7 @@ steps:
# Step 3: Upload Release Artifact
- name: release
image: woodpeckerci/plugin-gitea-release
image: woodpecker-plugins/release
environment:
GITEA_URL: "https://git.xyro.win"
GITEA_TOKEN: "${GITEA_TOKEN}" # Make sure to set this secret in the Woodpecker UI
@ -33,8 +33,8 @@ steps:
ASSET_PATH: "release/main" # Path to the compiled C++ binary
when:
branch:
- main # Trigger release only on the main branch
event:
- tag # Trigger release only on the main branch
trigger:
event: