mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 00:33:38 -05:00
Fix not cd
ing into the folder
This commit is contained in:
parent
450789fafe
commit
44b1e2a079
1 changed files with 1 additions and 0 deletions
1
.github/actions/build/action.yml
vendored
1
.github/actions/build/action.yml
vendored
|
@ -28,5 +28,6 @@ runs:
|
|||
BUILD_FOLDER: ${{ inputs.folder }}
|
||||
BASE: ${{ inputs.base }}
|
||||
run: |
|
||||
cd "$BUILD_FOLDER"
|
||||
yarn install
|
||||
yarn build --base "$BASE"
|
||||
|
|
Loading…
Reference in a new issue