remove install from assets

This commit is contained in:
Meliox 2026-08-09 14:11:40 +02:00
parent 877e57d2c9
commit 9c00cb8503

View File

@ -109,7 +109,6 @@ jobs:
DEB_ASC: ${{ steps.assets.outputs.deb_asc }} DEB_ASC: ${{ steps.assets.outputs.deb_asc }}
run: | run: |
ASSETS="$DEB $DEB_ASC /tmp/SHA256SUMS /tmp/SHA256SUMS.asc" ASSETS="$DEB $DEB_ASC /tmp/SHA256SUMS /tmp/SHA256SUMS.asc"
[[ -f install.sh ]] && ASSETS="$ASSETS install.sh"
gh release create "$TAG" \ gh release create "$TAG" \
--title "pve-mod $TAG" \ --title "pve-mod $TAG" \