Fix not cding into the folder

This commit is contained in:
brecert
2021-09-14 01:37:37 -04:00
parent ebe4b813ac
commit b1b205c9a8

View File

@@ -28,5 +28,6 @@ runs:
BUILD_FOLDER: ${{ inputs.folder }}
BASE: ${{ inputs.base }}
run: |
cd "$BUILD_FOLDER"
yarn install
yarn build --base "$BASE"