Added support for multi-platform build and release

This commit is contained in:
Steve Cliff
2026-02-17 08:19:17 +00:00
parent c15a48cda3
commit ad384fe749
3 changed files with 24 additions and 4 deletions
+4 -1
View File
@@ -16,6 +16,9 @@ tea release create \
--note "Automated release for version $VERSION" \
--tag "$VERSION" \
--target "$(git rev-parse HEAD)" \
--asset pcli
--asset pcli-linux-amd64 \
--asset pcli-darwin-amd64 \
--asset pcli-darwin-arm64 \
--asset pcli-windows-amd64.exe
echo "Release $VERSION created successfully!"