Skip to content

Commit

Permalink
Fixed invalid workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Mar 6, 2020
1 parent dcc0671 commit be42ba5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:

- name: Make binaries
uses: xxxserxxx/actions/golang-build@master
env:
SRCPATH: ./cmd/gotop
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
env:
COMPRESS_FILES: true
SRCPATH: ./cmd/gotop

- name: Get tag name
shell: bash
Expand Down

0 comments on commit be42ba5

Please sign in to comment.