[CI] Upload version binary to forgejo release #13
1 changed files with 10 additions and 1 deletions
|
@ -34,6 +34,15 @@ steps:
|
|||
- prod/build-binary/linux-amd64
|
||||
- prod/build-binary/linux-arm64
|
||||
|
||||
- name: prod/release/binary
|
||||
image: woodpeckerci/plugin-release:0.2
|
||||
settings:
|
||||
files:
|
||||
- 'app-linux-amd64'
|
||||
- 'app-linux-arm64'
|
||||
api_key:
|
||||
from_secret: release_token
|
||||
|
||||
when:
|
||||
- event: tag
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue