mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
appveyor: update version to match zig version
This commit is contained in:
parent
1d88f9b9a6
commit
38a947c683
1 changed files with 1 additions and 0 deletions
|
|
@ -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%"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue