We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8564ee commit 80e8208Copy full SHA for 80e8208
.github/workflows/release.yml
@@ -20,11 +20,6 @@ jobs:
20
artifact_name: target/x86_64-unknown-linux-musl/release/debug-tui
21
asset_name: debug-tui-linux
22
target: "x86_64-unknown-linux-musl"
23
- - name: macos
24
- os: macos-latest
25
- artifact_name: target/x86_64-apple-darwin/release/debug-tui-apple-darwin
26
- asset_name: debug-tui-apple-darwin
27
- target: "x86_64-apple-darwin"
28
29
steps:
30
- uses: actions/checkout@v3
0 commit comments