summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-03-06 08:30:34 -0600
committerSean E. Russell <ser@ser1.net>2020-03-06 08:30:34 -0600
commitdcc0671d036bebac96a48a3af5a3168967e57a77 (patch)
tree4275da99abf1d511bfb64de2086eaba99d2f1d36
parentf428d851d0a029e0cf2138bc7a5cdac4e6b45209 (diff)
Builds were broken; the build action didn't compile the right thing.
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/prerelease.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6616feb..c87949b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,5 +11,7 @@ jobs:
- name: Compile
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
diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml
index 86cb1d6..dcb6505 100644
--- a/.github/workflows/prerelease.yml
+++ b/.github/workflows/prerelease.yml
@@ -15,6 +15,8 @@ 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: