1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Update update-clients.yml

Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
zumbiepig 2024-09-29 20:12:37 -07:00 committed by GitHub
parent 0cbd7fd034
commit 4de2be6f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,6 @@ jobs:
with: with:
cache-disabled: true cache-disabled: true
- name: Compile EaglercraftX 1.8 - name: Compile EaglercraftX 1.8
if: success() || failure()
run: | run: |
git clone https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace.git ${{ runner.temp }}/eaglerx git clone https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace.git ${{ runner.temp }}/eaglerx
rm -rf \ rm -rf \
@ -46,7 +45,6 @@ jobs:
cp --no-preserve=mode ${{ runner.temp }}/eaglerx/javascript/classes.js ./src/game/main/1.8.8/classes.js cp --no-preserve=mode ${{ runner.temp }}/eaglerx/javascript/classes.js ./src/game/main/1.8.8/classes.js
# FREEZE AT V0.6.1 UNTIL FURTHER NOTICE # FREEZE AT V0.6.1 UNTIL FURTHER NOTICE
#- name: Compile EaglercraftL 1.9 #- name: Compile EaglercraftL 1.9
# if: success() || failure()
# run: | # run: |
# git clone https://git.zelz.net/Eagler-Lambda/hoosiertransfer-mod.git ${{ runner.temp }}/eaglerl # git clone https://git.zelz.net/Eagler-Lambda/hoosiertransfer-mod.git ${{ runner.temp }}/eaglerl
# rm -rf \ # rm -rf \
@ -66,9 +64,8 @@ jobs:
# cp --no-preserve=mode ${{ runner.temp }}/eaglerl/javascript/assets.epk ./src/game/main/1.9.4/assets.epk # cp --no-preserve=mode ${{ runner.temp }}/eaglerl/javascript/assets.epk ./src/game/main/1.9.4/assets.epk
# cp --no-preserve=mode ${{ runner.temp }}/eaglerl/javascript/classes.js ./src/game/main/1.9.4/classes.js # cp --no-preserve=mode ${{ runner.temp }}/eaglerl/javascript/classes.js ./src/game/main/1.9.4/classes.js
- name: Compile Starlike Client - name: Compile Starlike Client
if: success() || failure()
run: | run: |
git clone https://github.com/SpeedSlicer/Starlike-Client.git ${{ runner.temp }}/starlike git clone https://git.webmc.xyz/zumbiepig/Starlike-Client.git ${{ runner.temp }}/starlike
rm -rf \ rm -rf \
./src/game/clients/starlike/assets.epk \ ./src/game/clients/starlike/assets.epk \
./src/game/clients/starlike/classes.js \ ./src/game/clients/starlike/classes.js \
@ -85,7 +82,6 @@ jobs:
cp --no-preserve=mode ${{ runner.temp }}/starlike/javascript/classes.js ./src/game/clients/starlike/classes.js cp --no-preserve=mode ${{ runner.temp }}/starlike/javascript/classes.js ./src/game/clients/starlike/classes.js
cp --no-preserve=mode ${{ runner.temp }}/starlike/javascript/Starlike_Client_Offline.html ./src/game/clients/starlike/offline.html cp --no-preserve=mode ${{ runner.temp }}/starlike/javascript/Starlike_Client_Offline.html ./src/game/clients/starlike/offline.html
- name: Compile Shadow Client - name: Compile Shadow Client
if: success() || failure()
run: | run: |
git clone https://github.com/PeytonPlayz595/Shadow-4.0.git ${{ runner.temp }}/shadow git clone https://github.com/PeytonPlayz595/Shadow-4.0.git ${{ runner.temp }}/shadow
rm -rf \ rm -rf \
@ -107,7 +103,6 @@ jobs:
cp --no-preserve=mode ${{ runner.temp }}/shadow/javascript/Shadow_Client_International.html ./src/game/clients/shadow/offline.html cp --no-preserve=mode ${{ runner.temp }}/shadow/javascript/Shadow_Client_International.html ./src/game/clients/shadow/offline.html
- name: Commit and push changes - name: Commit and push changes
id: git-auto-commit-action id: git-auto-commit-action
if: success() || failure()
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: 'github-actions: auto-update clients' commit_message: 'github-actions: auto-update clients'