File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 - run : " tar -zxvf Postmaster-*-Generic-ELF.tar.gz"
3232 - run : " cp -r Postmaster-*-Generic-ELF/* install/"
3333 - 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"'
34+ run : ' echo "${VERSION}" | sed -e "s/v/version=/" -e "s/\(.*\)\/merge/version=\1/" -e "s/main/version=main/" >> "$GITHUB_OUTPUT"'
35+ - run : ' echo "${VERSION}" | sed -e "s/v/version=/" -e "s/\(.*\)\/merge/version=\1/" -e "s/main/version=main/" >> "$GITHUB_ENV"'
3636 - 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 :
You can’t perform that action at this time.
0 commit comments