keep main on old file path for now

This commit is contained in:
Mikayla Fischler 2024-06-30 12:40:23 -04:00
parent 8a409f0313
commit f1c4f8c00a

View File

@ -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