Fixed invalid workflow
This commit is contained in:
3
.github/workflows/prerelease.yml
vendored
3
.github/workflows/prerelease.yml
vendored
@ -15,12 +15,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Make binaries
|
- name: Make binaries
|
||||||
uses: xxxserxxx/actions/golang-build@master
|
uses: xxxserxxx/actions/golang-build@master
|
||||||
env:
|
|
||||||
SRCPATH: ./cmd/gotop
|
|
||||||
with:
|
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 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386
|
||||||
env:
|
env:
|
||||||
COMPRESS_FILES: true
|
COMPRESS_FILES: true
|
||||||
|
SRCPATH: ./cmd/gotop
|
||||||
|
|
||||||
- name: Get tag name
|
- name: Get tag name
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user