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 5ad993b commit fb005b8Copy full SHA for fb005b8
.github/workflows/build-version.yaml
@@ -14,13 +14,10 @@ jobs:
14
matrix:
15
include:
16
- os: ubuntu-latest
17
- system: x86_64-Linux
18
target: x86_64-unknown-linux-gnu
19
- os: macos-latest
20
- system: x86_64-Darwin
21
target: x86_64-apple-darwin
22
23
- system: arm64-Darwin
24
target: aarch64-apple-darwin
25
steps:
26
- name: Checkout
@@ -39,7 +36,7 @@ jobs:
39
36
- name: Archive build artifacts
40
37
uses: actions/upload-artifact@v2
41
38
with:
42
- name: build-${{matrix.system}}
+ name: build-${{matrix.target}}
43
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/gum
44
45
release:
0 commit comments