3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Change preview builds project

Dieser Commit ist enthalten in:
rtm516 2024-04-18 17:18:05 +01:00 committet von GitHub
Ursprung de7ae141f6
Commit ae96ad2ec4
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -17,7 +17,7 @@ jobs:
upload: upload:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
PROJECT: 'geyser-preview' PROJECT: 'geyserpreview'
BUILD: ${{ github.event.inputs.build }} BUILD: ${{ github.event.inputs.build }}
VERSION: ${{ github.event.inputs.version }} VERSION: ${{ github.event.inputs.version }}
steps: steps:
@ -70,4 +70,4 @@ jobs:
rsync -P -e "ssh -o StrictHostKeyChecking=no -i id_ecdsa" Geyser-*.jar $DOWNLOADS_USERNAME@$DOWNLOADS_SERVER_IP:~/uploads/$PROJECT/$BUILD/ rsync -P -e "ssh -o StrictHostKeyChecking=no -i id_ecdsa" Geyser-*.jar $DOWNLOADS_USERNAME@$DOWNLOADS_SERVER_IP:~/uploads/$PROJECT/$BUILD/
# Run the build script # Run the build script
# Push the metadata # Push the metadata
rsync -P -e "ssh -o StrictHostKeyChecking=no -i id_ecdsa" metadata.json $DOWNLOADS_USERNAME@$DOWNLOADS_SERVER_IP:~/uploads/$PROJECT/$BUILD/ rsync -P -e "ssh -o StrictHostKeyChecking=no -i id_ecdsa" metadata.json $DOWNLOADS_USERNAME@$DOWNLOADS_SERVER_IP:~/uploads/$PROJECT/$BUILD/