Fixed runner config

This commit is contained in:
Manuel Cortez 2021-07-04 05:51:59 -05:00
parent e9e8a8fba9
commit 4312ad82e7

View File

@ -98,6 +98,8 @@ generate_versions:
- cd scripts
- '&$env:NSIS twblue_snapshot.nsi'
- move twblue_snapshot_setup.exe ../artifacts
only:
- tags
artifacts:
paths:
- artifacts
@ -113,6 +115,5 @@ upload:
- cd artifacts
- python ../scripts/upload.py
only:
- next-gen
- tags
- schedules