Fix not `cd`ing into the folder

ui/bot-profile
brecert 2021-09-14 01:37:37 -04:00
parent 450789fafe
commit 44b1e2a079
No known key found for this signature in database
GPG Key ID: 1B2E56B9EC985B96
1 changed files with 1 additions and 0 deletions

View File

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