fix(release): release workflow builds wrong binary path #121

Closed
opened 2026-07-13 17:18:25 +00:00 by the.auditor · 1 comment
Owner

.forgejo/workflows/release.yml:35 — build target ./cmd/9biff should be ./cmd/pget.

Discovered during review of PR #120. This is a copy-paste error from another project. The release workflow will fail to build the binary as-is.

- run: go build -o dist/pget-${{ matrix.os }}-${{ matrix.arch }} ./cmd/9biff
# should be:                                                    ./cmd/pget
`.forgejo/workflows/release.yml:35` — build target `./cmd/9biff` should be `./cmd/pget`. Discovered during review of PR #120. This is a copy-paste error from another project. The release workflow will fail to build the binary as-is. ```yaml - run: go build -o dist/pget-${{ matrix.os }}-${{ matrix.arch }} ./cmd/9biff # should be: ./cmd/pget ```
Owner

Closing — fixed in PR #167. Build target corrected from ./cmd/9biff to ./cmd/pget.

Closing — fixed in PR #[167](https://git.lan.thwap.org/thwap/pget/pulls/167). Build target corrected from ./cmd/9biff to ./cmd/pget.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
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
thwap/pget#121
No description provided.