| author | |
| committer | |
| log | 38a947c68307cd4bb44efff58cac1897ee1b4197 |
| tree | 6e3eb79369ce70f5bb20972ce09e7755f79d8045 |
| parent | 1d88f9b9a61b98584581770d3d9acb07403bb58f |
1 files changed, 1 insertions(+), 0 deletions(-)
ci/appveyor/after_build.bat+1| ... | ... | @@ -3,6 +3,7 @@ cd %APPVEYOR_BUILD_FOLDER% |
| 3 | 3 | |
| 4 | 4 | build-msvc-release\bin\zig.exe version >version.txt |
| 5 | 5 | set /p ZIGVERSION=<version.txt |
| 6 | appveyor UpdateBuild -Version "%ZIGVERSION%" | |
| 6 | 7 | SET "RELEASEDIR=zig-%ZIGVERSION%" |
| 7 | 8 | mkdir "%RELEASEDIR%" |
| 8 | 9 | move build-msvc-release\bin\zig.exe "%RELEASEDIR%" |