We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d8c25 commit 4ca6350Copy full SHA for 4ca6350
.github/workflows/wc-upgrade-pack.yml
@@ -33,7 +33,7 @@ jobs:
33
- id: convert-version
34
run: "echo \"${VERSION}\" | sed -e 's/v/version=/' -e \"s/\\(.*\\)\\/merge/version=\\1/\" >> \"$GITHUB_OUTPUT\""
35
- run: "echo \"${VERSION}\" | sed -e 's/v/version=/' -e \"s/\\(.*\\)\\/merge/version=\\1/\" >> \"$GITHUB_ENV\""
36
- - run: "install/bin/postmaster.upgrade_pack_builder --app=install/bin/postmaster.postmaster_stm32f407.hex \"--output=Postmaster-$version.upg\""
+ - run: 'install/bin/postmaster.upgrade_pack_builder --app=install/bin/postmaster.postmaster_stm32f407.hex "--output=Postmaster-$version.upg"'
37
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
38
with:
39
name: UpgradePack
0 commit comments