File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ environment:
99# - If Not Exist "node_modules\.bin" (mkdir node_modules\.bin)
1010# - curl -fsSL -o node_modules\.bin\fibjs.exe "https://github.com/fibjs/fibjs/releases/download/v%VERSION%/fibjs-windows-x64.exe"
1111
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
1415artifacts :
15- - path : dist\ fibjs
16- name : fibjs
16+ - path : .\%APPVEYOR_REPO_TAG_NAME%\ fibjs.exe
17+ name : fibjs.exe
1718deploy :
1819 - provider : GitHub
1920 auth_token :
2021 secure : ay2Xunjqz8yYKc1RsVj+EI0LGbVcj+f1U8ExhwIqih7rgFx3hdqiP0HOzbKriGZJ
21- # artifact: /fibjs.*/
2222 draft : false
2323 prerelease : false
2424 on :
@@ -30,6 +30,5 @@ deploy:
3030 password :
3131 secure : kJWeHMUeFh2hk9iq9mtvtA==
3232 folder : downloads/%APPVEYOR_REPO_TAG_NAME%/
33- # artifact: /fibjs.*/
3433
3534build : off
You can’t perform that action at this time.
0 commit comments