forked from mirrors/kingfisher
fixed github actions
This commit is contained in:
parent
482a60bb9d
commit
ac2198e3bd
4 changed files with 10 additions and 5 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -427,7 +427,11 @@ jobs:
|
|||
mkdir -p assets
|
||||
gh release download "${TAG_NAME}" \
|
||||
--repo "${{ github.repository }}" \
|
||||
--dir assets
|
||||
--dir assets \
|
||||
--pattern '*.tgz' \
|
||||
--pattern '*.deb' \
|
||||
--pattern '*.rpm' \
|
||||
--pattern '*.zip'
|
||||
|
||||
- name: Compute SHA256 hashes
|
||||
id: hash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue