Skip to content

Commit

Permalink
fix build path on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
msink committed Apr 29, 2018
1 parent c2e06ec commit 993aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_script:
- gradlew --no-daemon --info build run

artifacts:
- path: build\konan\bin\mingw\Hello-windows.exe
- path: build\konan\bin\mingw_x64\Hello-windows.exe
name: build

deploy:
Expand Down

0 comments on commit 993aedd

Please sign in to comment.