Fix artifacts creation; try to delete no longer files on last step before upload

This commit is contained in:
Manuel Cortez 2021-12-30 19:01:18 -06:00
parent 0fef6427ff
commit 9bd3b7f448
No known key found for this signature in database
GPG Key ID: 262CC30FA01B5CBF

View File

@ -63,6 +63,7 @@ program32:
- 'python write_version_data.py'
- 'python setup.py build'
- cd ..
- 'mkdir artifacts'
- cd scripts
- 'python prepare_zipversion.py'
- cd ..
@ -90,6 +91,8 @@ generate_versions:
script:
- 'cd artifacts'
- '&$env:NSIS installer.nsi'
- 'Remove-Item -path program32 -recurse'
- 'Remove-Item -path program64 -recurse'
only:
- tags
- master