File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ environment:
9
9
# - If Not Exist "node_modules\.bin" (mkdir node_modules\.bin)
10
10
# - curl -fsSL -o node_modules\.bin\fibjs.exe "https://github.com/fibjs/fibjs/releases/download/v%VERSION%/fibjs-windows-x64.exe"
11
11
12
- # test_script:
13
- # - npm run ci
12
+ test_script :
13
+ - mkdir %APPVEYOR_REPO_TAG_NAME%
14
+ - copy .\dist\fibjs .\%APPVEYOR_REPO_TAG_NAME%\fibjs.exe
14
15
artifacts :
15
- - path : dist\ fibjs
16
- name : fibjs
16
+ - path : .\%APPVEYOR_REPO_TAG_NAME%\ fibjs.exe
17
+ name : fibjs.exe
17
18
deploy :
18
19
- provider : GitHub
19
20
auth_token :
20
21
secure : ay2Xunjqz8yYKc1RsVj+EI0LGbVcj+f1U8ExhwIqih7rgFx3hdqiP0HOzbKriGZJ
21
- # artifact: /fibjs.*/
22
22
draft : false
23
23
prerelease : false
24
24
on :
@@ -30,6 +30,5 @@ deploy:
30
30
password :
31
31
secure : kJWeHMUeFh2hk9iq9mtvtA==
32
32
folder : downloads/%APPVEYOR_REPO_TAG_NAME%/
33
- # artifact: /fibjs.*/
34
33
35
34
build : off
You can’t perform that action at this time.
0 commit comments