Skip to content

Commit 57b722f

Browse files
committed
f
1 parent ff92323 commit 57b722f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

appveyor.yml

+5-6
Original file line numberDiff line numberDiff 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
1415
artifacts:
15-
- path: dist\fibjs
16-
name: fibjs
16+
- path: .\%APPVEYOR_REPO_TAG_NAME%\fibjs.exe
17+
name: fibjs.exe
1718
deploy:
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

3534
build: off

0 commit comments

Comments
 (0)