Update .woodpecker/default.yml
All checks were successful
ci/woodpecker/push/default Pipeline was successful
All checks were successful
ci/woodpecker/push/default Pipeline was successful
This commit is contained in:
parent
db567849bf
commit
2946cee5c8
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue