Skip to content

Commit 1576a8f

Browse files
committed
do not use wangyoucao577/go-release-action for macos release
1 parent f7a56f0 commit 1576a8f

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ on:
77

88

99
jobs:
10-
releases-matrix:
11-
name: Release Go Binaries
10+
release-linux-windows:
11+
name: Release for Linux and Windows
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
goos: [darwin, linux, windows]
15+
goos: [linux, windows]
1616
goarch: [amd64, arm64]
17-
exclude:
18-
- goos: windows
19-
goarch: arm64
2017
steps:
2118

2219
- uses: actions/checkout@v4
@@ -30,4 +27,4 @@ jobs:
3027
project_path: "./cmd/"
3128
extra_files: README.md LICENSE
3229
md5sum: FALSE
33-
sha256sum: TRUE
30+
sha256sum: FALSE

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*.dll
55
*.so
66
*.dylib
7-
/delete-dynamodb-items
7+
/delete-dynamodb-items*
88

99
# Test binary, built with `go test -c`
1010
*.test

0 commit comments

Comments
 (0)