Skip to content

Commit

Permalink
Update gen_from_json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroO2000 authored Mar 13, 2024
1 parent 5ad3a6f commit 3546076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen_from_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
mkdir -p ${{ env.ARTIFACT_DIR }}
mkdir -p ${{ env.ARTIFACT_DIR }}/c_source
path=$(echo ${{ matrix.json-file }})
path=$(echo ${{ matrix.json-file }} | cut -d. -f2)
file=$(basename $path)
lcPath=${path,,}
lcFile=$(basename $lcPath)
Expand Down

0 comments on commit 3546076

Please sign in to comment.