mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 14:44:48 +00:00
Will it blend?
This commit is contained in:
parent
64d842d2ef
commit
b81084f2fa
@ -31,7 +31,7 @@ only_commits:
|
||||
|
||||
artifacts:
|
||||
- path: dist
|
||||
name: "janet-$(APPVEYOR_TAG_NAME)-windows.zip"
|
||||
name: $("janet-"+$env:APPVEYOR_TAG_NAME+"-windows")
|
||||
type: Zip
|
||||
|
||||
deploy:
|
||||
@ -39,7 +39,7 @@ deploy:
|
||||
provider: GitHub
|
||||
auth_token:
|
||||
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
|
||||
artifact: "janet-$(APPVEYOR_TAG_NAME)-windows.zip"
|
||||
artifact: dist
|
||||
draft: true
|
||||
on:
|
||||
APPVEYOR_REPO_TAG: true
|
||||
|
Loading…
Reference in New Issue
Block a user