diff options
| author | 2020-04-01 09:22:27 -0500 | |
|---|---|---|
| committer | 2020-04-01 09:22:27 -0500 | |
| commit | 6b1d5c6d7b3a10fb01ad118725656f0c697d6b8b (patch) | |
| tree | feb345810a8df2e5da5c1a9292a4e593fbb6d33d /appveyor.yml | |
| parent | Make format. (diff) | |
Work on improving deployment for windows.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0a002ed1..8060d9fb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ install: - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %platform% - build_win test-install - set janet_outname=%appveyor_repo_tag_name% - - if "%janet_outname%"=="" set janet_outname=v1.8.1 + - if "%janet_outname%"=="" set /P janet_outname=<build\version.txt build: off artifacts: @@ -49,8 +49,7 @@ artifacts: - name: "janet-$(janet_outname)-windows-%platform%" path: dist type: Zip - - path: "janet-$(janet_outname)-windows-installer.exe" - name: "janet-$(janet_outname)-windows-%platform%-installer.exe" + - name: "janet-$(janet_outname)-windows-%platform%-installer.exe" type: File deploy: |
