diff options
| author | 2019-08-18 17:54:52 -0400 | |
|---|---|---|
| committer | 2019-08-18 17:54:52 -0400 | |
| commit | daf92be5bc70f6f91525413da1d1b0714f7e1de0 (patch) | |
| tree | a657f51415a79739102aef51929ff072474154e5 /appveyor.yml | |
| parent | Appveyor test2. (diff) | |
Better deploy test.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7323c565..e4bf1633 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,11 +35,11 @@ only_commits: - src/ artifacts: - - name: janet-v1.2.0-windows + - name: "janet-$(appveyor_repo_tag_name)-windows" path: dist type: Zip - - path: janet-v1.2.0-windows-installer.exe - name: janet-v1.2.0-windows-installer.exe + - path: "janet-$(appveyor_repo_tag_name)-windows-installer.exe" + name: "janet-$(appveyor_repo_tag_name)-windows-installer.exe" type: File deploy: |
