File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 run : |
8080 VERSION="v${{ needs.release.outputs.new-release-version }}"
8181 BUILD_DIR=".build/micropython-steami/ports/stm32/build-STEAM32_WB55RG"
82- cp "${BUILD_DIR}/firmware.hex" "steami-firmware-${VERSION}.hex"
83- cp "${BUILD_DIR}/firmware.bin" "steami-firmware-${VERSION}.bin"
82+ cp "${BUILD_DIR}/firmware.hex" "steami-micropython- firmware-${VERSION}.hex"
83+ cp "${BUILD_DIR}/firmware.bin" "steami-micropython- firmware-${VERSION}.bin"
8484 gh release upload "$VERSION" \
8585 "steami-micropython-firmware-${VERSION}.hex" \
8686 "steami-micropython-firmware-${VERSION}.bin" \
Original file line number Diff line number Diff line change 2525 }],
2626 [" @semantic-release/exec" , {
2727 "prepareCmd" : " sed -i 's/^version = \" .*\" /version = \" ${nextRelease.version}\" /' pyproject.toml" ,
28- "publishCmd" : " echo new-release-published=true >> $GITHUB_OUTPUT && echo new-release-version=${nextRelease.version} >> $GITHUB_OUTPUT"
28+ "publishCmd" : " [ -n \" ${GITHUB_OUTPUT:-} \" ] && { echo ' new-release-published=true' >>\" $GITHUB_OUTPUT\" ; echo \" new-release-version=${nextRelease.version}\" >>\" $GITHUB_OUTPUT\" ; } || true "
2929 }],
3030 [" @semantic-release/git" , {
3131 "assets" : [" CHANGELOG.md" , " pyproject.toml" ],
You can’t perform that action at this time.
0 commit comments