mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Fixed runner config
This commit is contained in:
parent
e9e8a8fba9
commit
4312ad82e7
@ -98,6 +98,8 @@ generate_versions:
|
|||||||
- cd scripts
|
- cd scripts
|
||||||
- '&$env:NSIS twblue_snapshot.nsi'
|
- '&$env:NSIS twblue_snapshot.nsi'
|
||||||
- move twblue_snapshot_setup.exe ../artifacts
|
- move twblue_snapshot_setup.exe ../artifacts
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- artifacts
|
- artifacts
|
||||||
@ -113,6 +115,5 @@ upload:
|
|||||||
- cd artifacts
|
- cd artifacts
|
||||||
- python ../scripts/upload.py
|
- python ../scripts/upload.py
|
||||||
only:
|
only:
|
||||||
- next-gen
|
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
Loading…
Reference in New Issue
Block a user