fix(release): correct build target from ./cmd/9biff to ./cmd/pget #167
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/pget!167
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/fix-release-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
One-line fix: change build target from
./cmd/9biffto./cmd/pgetin the release workflow.Why
Copy-paste error from another project. The release workflow would fail to build the binary.
Closes #121
Review: APPROVED
Change
.forgejo/workflows/release.yml:35—./cmd/9biff→./cmd/pgetFixes copy-paste error from another project. Closes #121.