File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
- release :
3
- types : [created]
4
-
2
+ release :
3
+ types : [created]
4
+
5
5
permissions :
6
- packages : write
7
-
6
+ packages : write
7
+
8
8
jobs :
9
- releases-matrix :
10
- name : Release Go Binary
11
- runs-on : ubuntu-latest
12
- strategy :
13
- matrix :
14
- goos : [linux, windows]
15
- goarch : ["386", amd64, arm64]
16
- exclude :
17
- - goarch : arm64
18
- goos : windows
19
- steps :
9
+ releases-matrix :
10
+ name : Release Go Binary
11
+ runs-on : ubuntu-latest
12
+ strategy :
13
+ matrix :
14
+ goos : [linux, windows]
15
+ goarch : ["386", amd64, arm64]
16
+ exclude :
17
+ - goarch : arm64
18
+ goos : windows
19
+ steps :
20
20
- uses : actions/checkout@v4
21
21
- uses : wangyoucao577/go-release-action@v1
22
22
with :
23
23
github_token : ${{ secrets.GITHUB_TOKEN }}
24
24
goos : ${{ matrix.goos }}
25
25
goarch : ${{ matrix.goarch }}
26
- binary_name : " mcli"
26
+ binary_name : " mcli"
You can’t perform that action at this time.
0 commit comments