maybe fix it
This commit is contained in:
parent
b459574fed
commit
cf6ca79eed
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue