maybe fix it

This commit is contained in:
Jess H 2024-06-09 03:34:00 +01:00
parent b459574fed
commit cf6ca79eed
Signed by: UnixSystemV
GPG key ID: 9B21C50B68D67F19
2 changed files with 3 additions and 3 deletions

View file

@ -34,4 +34,4 @@ jobs:
env:
GPG_PRIVATEKEY: ${{ secrets.GPG_PRIVATEKEY }}
BB_HOST: ${{ vars.BB_HOST }}
run: bash push_file.sh Server/build/proguard/BaseBand-Server.jar 3847
run: bash push_file.sh Server/build/libs/BaseBand-Server.jar 3847

View file

@ -10,6 +10,6 @@ NCOP="$(./nc -h 2>&1 | grep EOF | sed -E "s/.*\W(-.).*/\1/g" | head -n1)"
echo "$GPG_PRIVATEKEY" | gpg --import
(
gpg -sear BaseBand -u BaseBand < $1
gpg --trust-model always -sear BaseBand -u BaseBand < $1
sleep 1
) | ./nc $NCOP $BB_HOST $2
) | ./nc $NCOP $BB_HOST $2