We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8a957 commit e8d7019Copy full SHA for e8d7019
.github/workflows/release.yaml
@@ -16,21 +16,10 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
19
- - name: Default commpress
20
- uses: wangyoucao577/go-release-action@v1.37
+ - uses: wangyoucao577/go-release-action@v1.37
21
with:
22
github_token: ${{ secrets.GITHUB_TOKEN }}
23
goos: ${{ matrix.goos }}
24
goarch: ${{ matrix.goarch }}
25
goversion: https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
26
extra_files: README.md
27
-
28
- - name: zip compress
29
30
- with:
31
- github_token: ${{ secrets.GITHUB_TOKEN }}
32
- goos: ${{ matrix.goos }}
33
- goarch: ${{ matrix.goarch }}
34
- goversion: https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
35
- extra_files: README.md
36
- compress_assets: zip
0 commit comments