mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
keep main on old file path for now
This commit is contained in:
parent
8a409f0313
commit
f1c4f8c00a
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
- name: Generate manifest and shields for main branch
|
||||
id: manifest-main
|
||||
if: ${{ (success() || failure()) && steps.checkout-main.outcome == 'success' }}
|
||||
run: python build/imgen.py shields
|
||||
run: python imgen.py shields
|
||||
- name: Save main's manifest
|
||||
if: ${{ (success() || failure()) && steps.manifest-main.outcome == 'success' }}
|
||||
run: mv install_manifest.json deploy/manifests/main
|
||||
|
Loading…
Reference in New Issue
Block a user