Skip to content

Commit 38a947c

Browse files
committed
appveyor: update version to match zig version
1 parent 1d88f9b commit 38a947c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/appveyor/after_build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cd %APPVEYOR_BUILD_FOLDER%
33

44
build-msvc-release\bin\zig.exe version >version.txt
55
set /p ZIGVERSION=<version.txt
6+
appveyor UpdateBuild -Version "%ZIGVERSION%"
67
SET "RELEASEDIR=zig-%ZIGVERSION%"
78
mkdir "%RELEASEDIR%"
89
move build-msvc-release\bin\zig.exe "%RELEASEDIR%"

0 commit comments

Comments
 (0)