Skip to content

Commit 9b05d9a

Browse files
committed
added correct exclusion amd64
1 parent be245cc commit 9b05d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
goos: darwin
3838
- goarch: arm64
3939
goos: windows
40-
- goarch: linux
41-
goos: amd64
40+
- goarch: amd64
41+
goos: linux
4242
steps:
4343
- uses: actions/checkout@v3
4444
- uses: wangyoucao577/go-release-action@v1.32

0 commit comments

Comments
 (0)