Skip to content

Commit bbfbe71

Browse files
committed
fix: release action
1 parent 3615f41 commit bbfbe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
1212
goos: [linux, windows, darwin]
13-
goarch: amd64
13+
goarch: [amd64]
1414
# goarch: ['386', amd64]
1515
# exclude:
1616
# - goarch: '386'

0 commit comments

Comments
 (0)