Updated move command

This commit is contained in:
2022-10-19 17:32:44 -05:00
parent 8aa55b0aa4
commit 3b17f4b7b0

View File

@@ -94,7 +94,8 @@ generate_versions:
- mkdir artifacts
- 'cd build'
- '&$env:NSIS installer.nsi'
- move *.exe *.zip ../artifacts
- move *.exe ../artifacts
- move *.zip ../artifacts
only:
- tags
- master