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 dcb2304 commit f368d66
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 @@ -55,7 +55,7 @@ jobs:
lcPath=${path,,}
lcFile=$(basename $lcPath)
dir=$(dirname $path)
echo "OUT_DIR=$(echo $dir | cut -c 3-)" >> $GITHUB_ENV
echo "OUT_DIR=$(echo $dir | cut -c 2-)" >> $GITHUB_ENV
echo "FILENAME=$(echo $file)" >> $GITHUB_ENV
echo "DBC_FILE=$(echo ${{ env.ARTIFACT_DIR }})/$(echo $file).dbc" >> $GITHUB_ENV
echo "C_FILE=$(echo $lcFile).c" >> $GITHUB_ENV
Expand Down

0 comments on commit f368d66

Please sign in to comment.