Skip to content

Commit fb005b8

Browse files
authored
Change assets naming (#22)
1 parent 5ad993b commit fb005b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-version.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ jobs:
1414
matrix:
1515
include:
1616
- os: ubuntu-latest
17-
system: x86_64-Linux
1817
target: x86_64-unknown-linux-gnu
1918
- os: macos-latest
20-
system: x86_64-Darwin
2119
target: x86_64-apple-darwin
2220
- os: macos-latest
23-
system: arm64-Darwin
2421
target: aarch64-apple-darwin
2522
steps:
2623
- name: Checkout
@@ -39,7 +36,7 @@ jobs:
3936
- name: Archive build artifacts
4037
uses: actions/upload-artifact@v2
4138
with:
42-
name: build-${{matrix.system}}
39+
name: build-${{matrix.target}}
4340
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/gum
4441

4542
release:

0 commit comments

Comments
 (0)