Skip to content

Commit

Permalink
fix: fun with escape sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 25, 2023
1 parent ebb6236 commit 842c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/silabs-firmware-build-zwave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo "POST_BUILD_EXE = $PWD/${{ inputs.firmware_name }}/postbuild.sh"
sed -i "s/^C_DEFS\s*=.*$/C_DEFS = ${{ inputs.extra_c_defs }}/" \
"${{ inputs.project_name }}.Makefile"
sed -i "s/^POST_BUILD_EXE_LINUX = $/POST_BUILD_EXE_LINUX = $PWD/${{ inputs.firmware_name }}/postbuild.sh/" \
sed -i 's#^POST_BUILD_EXE_LINUX = .*$#POST_BUILD_EXE_LINUX = '"$PWD"'/${{ inputs.firmware_name }}/postbuild.sh#' \
"${{ inputs.project_name }}.Makefile"
- name: Build Firmware
Expand Down

0 comments on commit 842c8a4

Please sign in to comment.