Skip to content

Commit

Permalink
update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
nthienan committed Apr 9, 2023
1 parent ee8a957 commit e8d7019
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Default commpress
uses: wangyoucao577/[email protected]
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
extra_files: README.md

- name: zip compress
uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
extra_files: README.md
compress_assets: zip

0 comments on commit e8d7019

Please sign in to comment.