From dcc0671d036bebac96a48a3af5a3168967e57a77 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Fri, 6 Mar 2020 08:30:34 -0600 Subject: Builds were broken; the build action didn't compile the right thing. --- .github/workflows/build.yml | 2 ++ .github/workflows/prerelease.yml | 2 ++ 2 files changed, 4 insertions(+) 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: -- cgit v1.2.3