mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Fixing release path
This commit is contained in:
parent
ac92fad8b4
commit
678212a7c5
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ pipeline:
|
|||
release-cli:
|
||||
image: plugins/github-release
|
||||
files:
|
||||
- release/woodpecker_*.tar.gz
|
||||
- release/woodpecker_checksums.txt
|
||||
- cli/release/woodpecker_*.tar.gz
|
||||
- cli/release/woodpecker_checksums.txt
|
||||
secrets:
|
||||
- source: github_token
|
||||
target: github_release_api_key
|
||||
|
|
Loading…
Reference in a new issue