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