diff --git a/appveyor.yml b/appveyor.yml index 069fe6418..fd3e1cd62 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -73,7 +73,7 @@ after_build: - rm -rf ygopro-scripts-master.zip - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/Fluorohydride/ygopro-scripts/archive/master.zip ; exit 0" - 7z x ygopro-scripts-master.zip - - cp -rf ygopro-scripts-master/*.lua script + - cp -rf ygopro-scripts-master/* script - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/HuangYuNan/ygopro222-images/archive/master.zip ; exit 0" - 7z x ygopro222-images-master.zip