fixed github actions

This commit is contained in:
Mick Grove 2026-03-29 12:32:14 -07:00
commit ac2198e3bd
4 changed files with 10 additions and 5 deletions

View file

@ -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