diff --git a/.github/workflows/manifest.yml b/.github/workflows/manifest.yml index 0013626..10b4b33 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -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