diff --git a/.appveyor.yml b/.appveyor.yml index 16432ed6b..e90075bd2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,9 +27,9 @@ test_script: - cd ./lib/spectests && cargo test -- --test-threads 1 && cd ../.. before_deploy: - - cd installer + - cd ./src/installer - iscc wasmer.iss - - copy /y .\WasmerInstaller.exe ..\WasmerInstaller-%APPVEYOR_REPO_TAG_NAME%.exe + - copy /y .\WasmerInstaller.exe ..\..\WasmerInstaller-%APPVEYOR_REPO_TAG_NAME%.exe - appveyor PushArtifact WasmerInstaller-%APPVEYOR_REPO_TAG_NAME%.exe artifacts: diff --git a/installer/wasmer.iss b/src/installer/wasmer.iss similarity index 100% rename from installer/wasmer.iss rename to src/installer/wasmer.iss