summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-03-06 08:34:06 -0600
committerSean E. Russell <ser@ser1.net>2020-03-06 08:34:06 -0600
commitbe42ba538cefc892d1dc3d18c783483f4875baff (patch)
treef64417dcaa41de62f1509f54369b18b29dc9e434
parentdcc0671d036bebac96a48a3af5a3168967e57a77 (diff)
Fixed invalid workflowv3.5.0
-rw-r--r--.github/workflows/prerelease.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml
index dcb6505..2326c71 100644
--- a/.github/workflows/prerelease.yml
+++ b/.github/workflows/prerelease.yml
@@ -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