There was an error while loading. Please reload this page.
1 parent 1d88f9b commit 38a947cCopy full SHA for 38a947c
1 file changed
ci/appveyor/after_build.bat
@@ -3,6 +3,7 @@ cd %APPVEYOR_BUILD_FOLDER%
3
4
build-msvc-release\bin\zig.exe version >version.txt
5
set /p ZIGVERSION=<version.txt
6
+appveyor UpdateBuild -Version "%ZIGVERSION%"
7
SET "RELEASEDIR=zig-%ZIGVERSION%"
8
mkdir "%RELEASEDIR%"
9
move build-msvc-release\bin\zig.exe "%RELEASEDIR%"
0 commit comments