fix BB_HOST
All checks were successful
/ Build BaseBand Server (push) Successful in 3m4s
/ Build BaseBand Loader (push) Successful in 6m18s
/ Build BaseBand DSM & Broadway (push) Successful in 8m47s

This commit is contained in:
Daniella / Tove 2024-06-09 03:26:18 +02:00
parent 6886c4fc80
commit b459574fed
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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