Skip to content

Commit e8d7019

Browse files
committed
update wf
1 parent ee8a957 commit e8d7019

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818

19-
- name: Default commpress
20-
uses: wangyoucao577/go-release-action@v1.37
19+
- uses: wangyoucao577/go-release-action@v1.37
2120
with:
2221
github_token: ${{ secrets.GITHUB_TOKEN }}
2322
goos: ${{ matrix.goos }}
2423
goarch: ${{ matrix.goarch }}
2524
goversion: https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
2625
extra_files: README.md
27-
28-
- name: zip compress
29-
uses: wangyoucao577/go-release-action@v1.37
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

Comments
 (0)