diff options
| author | 2019-08-18 20:07:12 -0400 | |
|---|---|---|
| committer | 2019-08-18 20:07:12 -0400 | |
| commit | 6a539df480575eeb967959680493913bd4f83acb (patch) | |
| tree | f5e60ed6b340f559a8a2c80c749170093f31a8cd /appveyor.yml | |
| parent | release test 5 (diff) | |
Make sure all appveyor artifacts get deployed
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 9197963d..5aaec113 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,7 +59,7 @@ deploy: provider: GitHub auth_token: secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx - artifact: /janet-.*/ + artifact: /janet.*/ draft: true on: APPVEYOR_REPO_TAG: true |
