fixed a typo in manifest.yml

This commit is contained in:
Mikayla Fischler 2023-05-31 11:17:44 -04:00
parent 494dc437a5
commit 86ad2a1069

View File

@ -47,7 +47,7 @@ jobs:
run: python imgen.py gh_actions
- name: Generate manifest
if: github.event.pull_request.base.ref != 'master'
run: python imgen.p
run: python imgen.py
- name: Move manifest
run: mv install_manifest.json deploy/manifests/${{ steps.extract_branch.outputs.branch }}
- name: Upload artifacts