There was an error while loading. Please reload this page.
1 parent 6c6e151 commit 931e5e8Copy full SHA for 931e5e8
Src/Setup/BuildArchives.bat
@@ -20,4 +20,8 @@ cd ..
20
21
cd Setup
22
23
+if defined APPVEYOR (
24
+appveyor PushArtifact ..\..\build\bin\Release\Utility.exe
25
+)
26
+
27
exit /b 0
0 commit comments