appveyor: update version to match zig version
This commit is contained in:
@@ -3,6 +3,7 @@ cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
||||
build-msvc-release\bin\zig.exe version >version.txt
|
||||
set /p ZIGVERSION=<version.txt
|
||||
appveyor UpdateBuild -Version "%ZIGVERSION%"
|
||||
SET "RELEASEDIR=zig-%ZIGVERSION%"
|
||||
mkdir "%RELEASEDIR%"
|
||||
move build-msvc-release\bin\zig.exe "%RELEASEDIR%"
|
||||
|
||||
Reference in New Issue
Block a user