fix BB_HOST
This commit is contained in:
parent
6886c4fc80
commit
b459574fed
3 changed files with 3 additions and 0 deletions
|
@ -48,5 +48,6 @@ jobs:
|
|||
if: github.ref == 'refs/heads/release'
|
||||
env:
|
||||
GPG_PRIVATEKEY: ${{ secrets.GPG_PRIVATEKEY }}
|
||||
BB_HOST: ${{ vars.BB_HOST }}
|
||||
run: bash push_file.sh Client/build/proguard/BaseBand-Broadway.jar 3849
|
||||
|
||||
|
|
|
@ -39,4 +39,5 @@ jobs:
|
|||
if: github.ref == 'refs/heads/release'
|
||||
env:
|
||||
GPG_PRIVATEKEY: ${{ secrets.GPG_PRIVATEKEY }}
|
||||
BB_HOST: ${{ vars.BB_HOST }}
|
||||
run: bash push_file.sh Loader/build/proguard/BaseBand-Loader.jar 3848
|
||||
|
|
|
@ -33,4 +33,5 @@ jobs:
|
|||
if: github.ref == 'refs/heads/release'
|
||||
env:
|
||||
GPG_PRIVATEKEY: ${{ secrets.GPG_PRIVATEKEY }}
|
||||
BB_HOST: ${{ vars.BB_HOST }}
|
||||
run: bash push_file.sh Server/build/proguard/BaseBand-Server.jar 3847
|
||||
|
|
Loading…
Add table
Reference in a new issue