Updated move command
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user