We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5af34 commit 5619caeCopy full SHA for 5619cae
.github/workflows/release.yml
@@ -55,6 +55,10 @@ jobs:
55
uses: actions/checkout@v3
56
with:
57
path: ${{ env.IMGTOOL_PACKING_PATH }}
58
+
59
+ - name: Set the version
60
+ working-directory: ${{ env.IMGTOOL_PACKING_PATH }}/patches/
61
+ run: sed -i 's/1.8.0-arduino/${GITHUB_REF/refs\/tags\//}/' 0008-Imgtool-Append-arduino-to-version-string.patch
62
63
- name: Apply patches
64
working-directory: ${{ env.MCUBOOT_PATH }}/scripts/
0 commit comments