Skip to content

Commit 62e63db

Browse files
committed
Fix attempt #3
1 parent ef31210 commit 62e63db

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/release.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
on:
2-
release:
3-
types: [created]
4-
2+
release:
3+
types: [created]
4+
55
permissions:
6-
packages: write
7-
6+
packages: write
7+
88
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:
2020
- uses: actions/checkout@v4
2121
- uses: wangyoucao577/go-release-action@v1
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
goos: ${{ matrix.goos }}
2525
goarch: ${{ matrix.goarch }}
26-
binary_name: "mcli"
26+
binary_name: "mcli"

0 commit comments

Comments
 (0)