Commit 334595d
Upload platform-specific release assets for mise compatibility (#4)
* feat: upload platform-specific release assets for mise/ubi support
Upload op-exec as platform-named release assets (linux-amd64, linux-arm64,
darwin-amd64, darwin-arm64) so that mise can install it via the ubi backend
with `mise install ubi:nsheaps/op-exec`.
https://claude.ai/code/session_011NHxCTVZ4h6NKu9J1mKep7
* fix: resolve shellcheck SC2015 warning in debug function
Replace `A && B || C` pattern with proper if-then-else to avoid
the case where C runs when B fails (even if A is true).
https://claude.ai/code/session_011NHxCTVZ4h6NKu9J1mKep7
* fix: add mise setup to check workflow for shellcheck and shfmt
The check workflow assumed shellcheck and shfmt were pre-installed on
ubuntu-latest. Add them as mise-managed tools and add a mise setup step
so they are reliably available.
https://claude.ai/code/session_011NHxCTVZ4h6NKu9J1mKep7
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 59c855f commit 334595d
File tree
4 files changed
+23
-1
lines changed- .github/workflows
- bin
4 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
49 | 64 | | |
50 | 65 | | |
51 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
0 commit comments