File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
58
58
59
59
- name : Set the version
60
60
working-directory : ${{ env.IMGTOOL_PACKING_PATH }}/patches/
61
- run : sed -i "s/ARDUINO_VERSION_PLACEHOLDER/${GITHUB_REF/refs\/tags\//}/" 0008-Imgtool-Append-arduino-to-version-string.patch
61
+ run : perl -pi.bak -e "s/ARDUINO_VERSION_PLACEHOLDER/${GITHUB_REF/refs\/tags\//}/g " 0008-Imgtool-Append-arduino-to-version-string.patch
62
62
63
63
- name : Apply patches
64
64
working-directory : ${{ env.MCUBOOT_PATH }}/scripts/
65
- run : git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*
65
+ run : git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*.patch
66
66
67
67
- name : Set up Python ${{ env.PYTHON_VERSION }}
68
68
uses : actions/setup-python@v3
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
- name : Apply patches
146
146
working-directory : ${{ env.MCUBOOT_PATH }}/scripts/
147
- run : git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*
147
+ run : git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*.patch
148
148
149
149
- name : Set up QEMU
150
150
uses : docker/setup-qemu-action@v2
You can’t perform that action at this time.
0 commit comments