mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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:
|
||||
- npm run dist
|
||||
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
||||
|
|
|
|||
Loading…
Reference in a new issue