remove install from assets
This commit is contained in:
parent
877e57d2c9
commit
9c00cb8503
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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" \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user