Skip to content

Commit

Permalink
move the installer and update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark committed Feb 20, 2019
1 parent a418595 commit 14e5fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.

0 comments on commit 14e5fb0

Please sign in to comment.