Update .woodpecker.yml
This commit is contained in:
parent
322f2db2c4
commit
18fdd25d01
|
|
@ -7,12 +7,14 @@ steps:
|
||||||
- echo "$SIGNING_KEY" | gpg --import
|
- echo "$SIGNING_KEY" | gpg --import
|
||||||
- gpg --list-keys --fingerprint --with-colons | sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' | gpg --import-ownertrust
|
- gpg --list-keys --fingerprint --with-colons | sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' | gpg --import-ownertrust
|
||||||
- mkosi build
|
- mkosi build
|
||||||
|
- mv *.SHA256SUMS SHA256SUMS
|
||||||
|
- mv *.SHA256SUMS.gpg SHA256SUMS.gpg
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: ${CI_FORGE_URL}
|
base_url: ${CI_FORGE_URL}
|
||||||
files: [ "*.xz", "*.SHA256SUMS", "*.gpg" ]
|
files: [ "*.xz", SHA256SUMS, SHA256SUMS.gpg ]
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: release_token
|
from_secret: release_token
|
||||||
when:
|
when:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue