summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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