| author | |
| committer | |
| log | b52bffcf8d37d60509514d32663bd4eb2c36c4e4 |
| tree | 67cc864e50e335d76ff60603157c7e32f8440855 |
| parent | 5b7ae86af488745fc93cdbaff11bf2438938274a |
1 files changed, 1 insertions(+), 0 deletions(-)
ci/appveyor/after_build.bat+1| ... | ... | @@ -8,6 +8,7 @@ SET "RELEASEDIR=zig-%ZIGVERSION%" |
| 8 | 8 | mkdir "%RELEASEDIR%" |
| 9 | 9 | move build-msvc-release\bin\zig.exe "%RELEASEDIR%" |
| 10 | 10 | move build-msvc-release\lib "%RELEASEDIR%" |
| 11 | move zig-cache\langref.html "%RELEASEDIR%" | |
| 11 | 12 | |
| 12 | 13 | SET "RELEASEZIP=zig-%ZIGVERSION%.zip" |
| 13 | 14 |