mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
Add artifacts publishing on windows (#984)
This commit is contained in:
parent
9c90e19760
commit
8573976260
1 changed files with 1 additions and 0 deletions
|
|
@ -29,3 +29,4 @@ test_script:
|
||||||
|
|
||||||
on_success:
|
on_success:
|
||||||
- npm run dist
|
- npm run dist
|
||||||
|
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue