Skip to content

Commit

Permalink
keep main on old file path for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaylaFischler committed Jun 30, 2024
1 parent 8a409f0 commit f1c4f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1c4f8c

Please sign in to comment.