From 494dc437a5ee77b3d9dcb30b2fea0c0a7daec341 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 31 May 2023 11:16:56 -0400 Subject: [PATCH] fixed error in manifest.yml --- .github/workflows/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifest.yml b/.github/workflows/manifest.yml index 0d7d175..0013626 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -41,7 +41,7 @@ jobs: id: extract_branch - name: Create outputs folder shell: bash - run: mkdir deploy; mkdir deploy/manifests; mkdir temp/manifests/${{ steps.extract_branch.outputs.branch }} + run: mkdir deploy; mkdir deploy/manifests; mkdir deploy/manifests/${{ steps.extract_branch.outputs.branch }} - name: Generate manifest and shields for master if: github.event.pull_request.base.ref == 'master' run: python imgen.py gh_actions