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
|
# Step 3: Upload Release Artifact
|
||||||
- name: release
|
- name: release
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpecker-plugins/release
|
||||||
environment:
|
environment:
|
||||||
GITEA_URL: "https://git.xyro.win"
|
GITEA_URL: "https://git.xyro.win"
|
||||||
GITEA_TOKEN: "${GITEA_TOKEN}" # Make sure to set this secret in the Woodpecker UI
|
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
|
ASSET_PATH: "release/main" # Path to the compiled C++ binary
|
||||||
|
|
||||||
when:
|
when:
|
||||||
branch:
|
event:
|
||||||
- main # Trigger release only on the main branch
|
- tag # Trigger release only on the main branch
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
Loading…
Add table
Reference in a new issue