Updated move command
This commit is contained in:
parent
8aa55b0aa4
commit
3b17f4b7b0
@ -94,7 +94,8 @@ generate_versions:
|
|||||||
- mkdir artifacts
|
- mkdir artifacts
|
||||||
- 'cd build'
|
- 'cd build'
|
||||||
- '&$env:NSIS installer.nsi'
|
- '&$env:NSIS installer.nsi'
|
||||||
- move *.exe *.zip ../artifacts
|
- move *.exe ../artifacts
|
||||||
|
- move *.zip ../artifacts
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user