Skip to content

Commit

Permalink
appveyor: update version to match zig version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Oct 16, 2017
1 parent 1d88f9b commit 38a947c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/appveyor/after_build.bat
Expand Up @@ -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%"
Expand Down

0 comments on commit 38a947c

Please sign in to comment.