We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787b409 commit ff92323Copy full SHA for ff92323
1 file changed
appveyor.yml
@@ -18,7 +18,7 @@ deploy:
18
- provider: GitHub
19
auth_token:
20
secure: ay2Xunjqz8yYKc1RsVj+EI0LGbVcj+f1U8ExhwIqih7rgFx3hdqiP0HOzbKriGZJ
21
- artifact: /fibjs.*/
+ # artifact: /fibjs.*/
22
draft: false
23
prerelease: false
24
on:
@@ -30,6 +30,6 @@ deploy:
30
password:
31
secure: kJWeHMUeFh2hk9iq9mtvtA==
32
folder: downloads/%APPVEYOR_REPO_TAG_NAME%/
33
34
35
build: off
0 commit comments