[PR #524] [MERGED] fix(ci): fix pkg-pr-new workflow for native binary packages #596

Closed
opened 2026-03-02 23:47:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/524
Author: @remorses
Created: 1/14/2026
Status: Merged
Merged: 1/15/2026
Merged by: @kommander

Base: mainHead: fix-pkg-pr-new


📝 Commits (1)

  • 51f13a5 fix(ci): fix pkg-pr-new workflow for native binary packages

📊 Changes

1 file changed (+8 additions, -6 deletions)

View changed files

📝 .github/workflows/pkg-pr-new.yml (+8 -6)

📄 Description

The pkg-pr-new workflow wasn't publishing native binaries because:

  1. bun run build only builds for the current platform - need --all flag for cross-compilation
  2. find was looking for opentui-* but packages are at @opentui/core-*

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/524 **Author:** [@remorses](https://github.com/remorses) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `fix-pkg-pr-new` --- ### 📝 Commits (1) - [`51f13a5`](https://github.com/anomalyco/opentui/commit/51f13a5e616f498c60fb48ea5b6a3fedc46daf8e) fix(ci): fix pkg-pr-new workflow for native binary packages ### 📊 Changes **1 file changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pkg-pr-new.yml` (+8 -6) </details> ### 📄 Description The pkg-pr-new workflow wasn't publishing native binaries because: 1. `bun run build` only builds for the current platform - need `--all` flag for cross-compilation 2. `find` was looking for `opentui-*` but packages are at `@opentui/core-*` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:47:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#596
No description provided.