File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ rm -v t.zip
2727
2828# install CelesteTAS
2929cd celeste/Mods
30- curl --fail -Lo CelesteTAS.zip " https://github.com/EverestAPI/CelesteTAS-EverestInterop/releases/download/v3.46.0 /CelesteTAS.zip"
30+ curl --fail -Lo CelesteTAS.zip " https://github.com/EverestAPI/CelesteTAS-EverestInterop/releases/download/v3.46.2 /CelesteTAS.zip"
3131
3232# install the mod that is going to be TASed, downloaded as a bundle zip containing the mod zip
3333# and all of its dependencies (https://maddie480.ovh/celeste/bundle-download?id=${TAS_TO_RUN})
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ set -xeo pipefail
1111
1212case " $1 " in
1313 " Celeste" )
14- TAS_URL=" https://github.com/VampireFlower/CelesteTAS/archive/0db000b18cc1f79da622aec829cfa295a1d9f07b .zip"
15- TAS_PATH=" CelesteTAS-0db000b18cc1f79da622aec829cfa295a1d9f07b /0 - 100%.tas"
14+ TAS_URL=" https://github.com/VampireFlower/CelesteTAS/archive/6c72a299ea010a97cb5fa13fc48ed4e60f747c71 .zip"
15+ TAS_PATH=" CelesteTAS-6c72a299ea010a97cb5fa13fc48ed4e60f747c71 /0 - 100%.tas"
1616 ;;
1717
1818 " StrawberryJam2021" )
19- TAS_URL=" https://github.com/VampireFlower/StrawberryJamTAS/archive/d59a6d7a9d346f804b778c5a5b61354ba0fc0ab8 .zip"
20- TAS_PATH=" StrawberryJamTAS-d59a6d7a9d346f804b778c5a5b61354ba0fc0ab8 /0-SJ All Levels.tas"
21- BUNDLE_DOWNLOAD=" https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-66780424 .zip"
19+ TAS_URL=" https://github.com/VampireFlower/StrawberryJamTAS/archive/56cbf981faa82610cd1f0d67a2d5a45d08d6f7e5 .zip"
20+ TAS_PATH=" StrawberryJamTAS-56cbf981faa82610cd1f0d67a2d5a45d08d6f7e5 /0-SJ All Levels.tas"
21+ BUNDLE_DOWNLOAD=" https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-926d1dcf .zip"
2222 ;;
2323
2424 * )
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 matrix :
1111 tas :
1212 - name : Celeste 100%
13- url : " https://github.com/VampireFlower/CelesteTAS/archive/0db000b18cc1f79da622aec829cfa295a1d9f07b .zip"
14- path : " CelesteTAS-0db000b18cc1f79da622aec829cfa295a1d9f07b /0 - 100%.tas"
13+ url : " https://github.com/VampireFlower/CelesteTAS/archive/6c72a299ea010a97cb5fa13fc48ed4e60f747c71 .zip"
14+ path : " CelesteTAS-6c72a299ea010a97cb5fa13fc48ed4e60f747c71 /0 - 100%.tas"
1515
1616 - name : Strawberry Jam All Levels
17- url : " https://github.com/VampireFlower/StrawberryJamTAS/archive/d59a6d7a9d346f804b778c5a5b61354ba0fc0ab8 .zip"
18- path : " StrawberryJamTAS-d59a6d7a9d346f804b778c5a5b61354ba0fc0ab8 /0-SJ All Levels.tas"
19- bundle : " https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-66780424 .zip"
17+ url : " https://github.com/VampireFlower/StrawberryJamTAS/archive/56cbf981faa82610cd1f0d67a2d5a45d08d6f7e5 .zip"
18+ path : " StrawberryJamTAS-56cbf981faa82610cd1f0d67a2d5a45d08d6f7e5 /0-SJ All Levels.tas"
19+ bundle : " https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-926d1dcf .zip"
2020
2121 runs-on : ubuntu-latest
2222 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments