Updated move command

This commit is contained in:
Manuel Cortez 2022-10-19 17:32:44 -05:00
parent 8aa55b0aa4
commit 3b17f4b7b0
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -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