File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ before_deploy:
8787- cp locales/${locale}/* .
8888- mkdir replay
8989- mkdir pics
90- - curl --progress-bar --location --retry 5 --output "ygopro-images-${locale}.zip" https://water.mycard.moe:9777/ygopro-images-${locale}.zip
90+ - curl --progress-bar --location --retry 5 --output "ygopro-images-${locale}.zip" https://water.mycard.moe:9777/mycard/images/ ygopro-images-${locale}.zip
9191- unzip -q -d pics ygopro-images-${locale}.zip
9292- curl --location --retry 5 --output 'ygopro-starter-pack-master.zip' https://github.com/moecube/ygopro-starter-pack/archive/master.zip
9393- unzip -q ygopro-starter-pack-master.zip
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ after_build:
6868 - cp locales/%locale%/* .
6969 - mkdir replay
7070 - mkdir pics
71- - curl --location --retry 5 --output ygopro-images-%locale%.zip https://water.mycard.moe:9777/ygopro-images-%locale%.zip
71+ - curl --location --retry 5 --output ygopro-images-%locale%.zip https://water.mycard.moe:9777/mycard/images/ ygopro-images-%locale%.zip
7272 - unzip -q -d pics ygopro-images-%locale%.zip
7373 - curl --location --retry 5 --output ygopro-starter-pack-master.zip https://github.com/moecube/ygopro-starter-pack/archive/master.zip
7474 - unzip -q ygopro-starter-pack-master.zip
You can’t perform that action at this time.
0 commit comments