Skip to content

Commit 4ca6350

Browse files
Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2d8c25 commit 4ca6350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wc-upgrade-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- id: convert-version
3434
run: "echo \"${VERSION}\" | sed -e 's/v/version=/' -e \"s/\\(.*\\)\\/merge/version=\\1/\" >> \"$GITHUB_OUTPUT\""
3535
- 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\""
36+
- run: 'install/bin/postmaster.upgrade_pack_builder --app=install/bin/postmaster.postmaster_stm32f407.hex "--output=Postmaster-$version.upg"'
3737
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3838
with:
3939
name: UpgradePack

0 commit comments

Comments
 (0)