Update action.yml
This commit is contained in:
parent
254ebf7359
commit
8dfa848fd9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ runs:
|
|||
- -c
|
||||
- |
|
||||
set -e;
|
||||
cd $(dirname ${{ inputs.path }})
|
||||
cd "$(dirname "${{ inputs.path }}")/$(basename "${{ inputs.path }}")"
|
||||
export IDF_TARGET=$(echo "${{ inputs.target }}" | tr '[:upper:]' '[:lower:]' | tr -d '_-');
|
||||
git config --global --add safe.directory "*";
|
||||
echo "**** build project ****";
|
||||
|
|
Loading…
Add table
Reference in a new issue