You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Automatically publish `Go` binaries to Github Release Assets through Github Acti
9
9
- Support multiple binaries in same repository.
10
10
- Customizable binary name.
11
11
- Support multiple `GOOS`/`GOARCH` build in parallel by [Github Action Matrix Strategy](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix) gracefully.
12
-
- Publish `.zip`instead of `.tar.gz` for `windows`.
12
+
- Publish `.zip`for `windows` and `.tar.gz` for Unix-like OS by default, optionally to disable the compression.
13
13
- No `musl` library dependency issue on `linux`.
14
14
- Support extra command that will be executed before `go build`. You may want to use it to solve dependency if you're NOT using [Go Modules](https://github.com/golang/go/wiki/Modules).
15
15
- Rich parameters support for `go build`(e.g. `-ldflags`, etc.).
@@ -22,7 +22,7 @@ Automatically publish `Go` binaries to Github Release Assets through Github Acti
22
22
- Support customizable asset names.
23
23
- Support private repositories.
24
24
- Support executable compression by [upx](https://github.com/upx/upx).
0 commit comments