From 44b1e2a0793d9541425ffb5450664a384eceea75 Mon Sep 17 00:00:00 2001 From: brecert Date: Tue, 14 Sep 2021 01:37:37 -0400 Subject: [PATCH] Fix not `cd`ing into the folder --- .github/actions/build/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index b86ee3aa..ff62e3f7 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -28,5 +28,6 @@ runs: BUILD_FOLDER: ${{ inputs.folder }} BASE: ${{ inputs.base }} run: | + cd "$BUILD_FOLDER" yarn install yarn build --base "$BASE"