forked from abner/for-legacy-web
Fix env location
This commit is contained in:
7
.github/actions/build/action.yml
vendored
7
.github/actions/build/action.yml
vendored
@@ -13,10 +13,6 @@ inputs:
|
||||
required: true
|
||||
default: .
|
||||
|
||||
env:
|
||||
BUILD_FOLDER: ${{ inputs.folder }}
|
||||
BASE: ${{ inputs.base }}
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
@@ -31,6 +27,9 @@ runs:
|
||||
run: yarn install
|
||||
|
||||
- name: build
|
||||
env:
|
||||
BUILD_FOLDER: ${{ inputs.folder }}
|
||||
BASE: ${{ inputs.base }}
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
cd "$BUILD_FOLDER"
|
||||
|
||||
Reference in New Issue
Block a user