1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-11 08:00:27 +00:00

Make sure all appveyor artifacts get deployed

This commit is contained in:
Calvin Rose 2019-08-18 20:07:12 -04:00
parent 1de09ec149
commit 6a539df480

View File

@ -59,7 +59,7 @@ deploy:
provider: GitHub provider: GitHub
auth_token: auth_token:
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
artifact: /janet-.*/ artifact: /janet.*/
draft: true draft: true
on: on:
APPVEYOR_REPO_TAG: true APPVEYOR_REPO_TAG: true