diff options
| author | 2019-11-10 11:30:09 -0600 | |
|---|---|---|
| committer | 2019-11-10 11:30:31 -0600 | |
| commit | 5681e02e0f74fa68a6ec69962b8ae40da71cad81 (patch) | |
| tree | 5d15377df60a959205ee4e1d7cbdaf516ad5ef60 /appveyor.yml | |
| parent | Fix appveyor.yml to build windows installer. (diff) | |
Update deployment and fix changelog.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 43e15bdd..2c2432ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,7 +58,7 @@ deploy: provider: GitHub auth_token: secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx - artifact: /janet.*/ + artifact: /(janet|shell).*/ draft: true on: APPVEYOR_REPO_TAG: true |
