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 6619ccc commit d2239b6Copy full SHA for d2239b6
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- target: [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu, x86_64-apple-darwin]
+ target: [x86_64-unknown-linux-musl]
15
steps:
16
- uses: actions/checkout@master
17
- name: Compile
@@ -24,7 +24,7 @@ jobs:
24
- name: Upload artifact
25
uses: actions/upload-artifact@v4
26
with:
27
- name: Binary
+ name: Linux Binary
28
path: |
29
${{ steps.compile.outputs.BUILT_ARCHIVE }}
30
${{ steps.compile.outputs.BUILT_CHECKSUM }}
0 commit comments