From 3b39c71835a8380d2de6fb2f9fdcc64cd5e3c942 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Sat, 11 Sep 2021 12:57:32 +0530 Subject: [PATCH] fix: make command --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7dc1e4..840098e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,6 +26,8 @@ jobs: sudo mv github-assets-uploader /usr/sbin/ && \ sudo rm -f github-assets-uploader.tar.gz && \ github-assets-uploader -version + - name: Print Go paths + run: whereis go - name: Print Go Version run: go version - name: Install windows dependencies @@ -43,7 +45,7 @@ jobs: if: ${{ matrix.goos == 'windows'}} run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV} - name: Create build - run: make clean && make build + run: make clean && make - name: Package files if: ${{ matrix.goos == 'windows'}} run: |