Skip to content

Commit

Permalink
prerelease.yml needs to duplicate build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Jul 20, 2021
1 parent ac9e7e9 commit bbed8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@master

- name: Make binaries
uses: xxxserxxx/actions/golang-build@master
uses: xxxserxxx/actions/golang-build@v2.0.1
with:
args: darwin/amd64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386
args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1
env:
COMPRESS_FILES: true
SRCPATH: ./cmd/gotop
Expand Down

0 comments on commit bbed8ce

Please sign in to comment.