Skip to content

Commit 1e4e27a

Browse files
committed
update
1 parent fa01a4a commit 1e4e27a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/go.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,17 @@ jobs:
3434
release:
3535
needs: build
3636
runs-on: ubuntu-latest
37+
strategy:
38+
matrix:
39+
goos: [ linux, windows, darwin ]
40+
goarch: [ amd64, arm64 ]
3741
steps:
3842
- uses: actions/checkout@v4
3943

4044
- name: Download Artifacts
4145
uses: actions/download-artifact@v4
4246
with:
43-
name: '**'
47+
name: frate-${{ matrix.goos }}-${{ matrix.goarch }}
4448

4549
- name: Create GitHub Release
4650
id: create_release

0 commit comments

Comments
 (0)