Fix globbing bug in aptly script

This commit is contained in:
Evan Hahn 2021-06-03 10:53:17 -05:00 committed by GitHub
parent 1c9fd54d18
commit 55ac0724eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ ENDPOINT=signal-desktop-apt # Matches endpoint name in .aptly.conf
SNAPSHOT="signal-desktop_v$VERSION"
GPG_KEYID=57F6FB06
aptly repo add "$REPO" "release/$NAME\_$VERSION\_*.deb"
aptly repo add "$REPO" release/"$NAME"_"$VERSION"_*.deb
aptly snapshot create "$SNAPSHOT" from repo "$REPO"
# run these only on first release to a given repo from a given machine. the first set is