Skip to content

Commit 7ca7d87

Browse files
committed
fix appveyor artifact requires relative paths.
1 parent bf86da1 commit 7ca7d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ build_script:
4141
- cmake --build . --target DEPLOY
4242

4343
artifacts:
44-
- path: C:\projects\camstudio\vs_build\install\bin\installer\*.exe
44+
- path: vs_build\install\bin\installer\*.exe
4545
name: Installer

0 commit comments

Comments
 (0)