Skip to content

Commit

Permalink
fix: full path maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 25, 2023
1 parent df34fc7 commit ebb6236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/silabs-firmware-build-zwave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
cd ${{ inputs.firmware_name }}
# ls -la
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 = 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 ebb6236

Please sign in to comment.