1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00

Add some more artifacts to automate release.

This commit is contained in:
Calvin Rose 2019-08-18 18:02:28 -04:00
parent daf92be5bc
commit 3cdbf5753d

View File

@ -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