diff options
| author | 2019-08-18 18:02:28 -0400 | |
|---|---|---|
| committer | 2019-08-18 18:02:28 -0400 | |
| commit | 3cdbf5753d69e9228dbab6bc974c931adc5ec355 (patch) | |
| tree | 2e0912b08b65619f7a3475b9f4f37ac5b944fb4f /appveyor.yml | |
| parent | Better deploy test. (diff) | |
Add some more artifacts to automate release.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index e4bf1633..0cd08d3d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,6 +35,15 @@ only_commits: - src/ artifacts: + - name: janet.c + path: dist\janet.c + type: File + - name: janet.h + path: dist\janet.h + type: File + - name: janetconf.h + path: dist\janetconf.h + type: File - name: "janet-$(appveyor_repo_tag_name)-windows" path: dist type: Zip |
