From 56a03614af31e0a21f5ef52347718d394e50bf55 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Wed, 19 Jul 2023 17:33:32 +0900 Subject: [PATCH] add binary build setp Signed-off-by: hlts2 --- .github/workflows/build-binaries.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-binaries.yaml b/.github/workflows/build-binaries.yaml index a83791d7..cc06dfd1 100644 --- a/.github/workflows/build-binaries.yaml +++ b/.github/workflows/build-binaries.yaml @@ -26,13 +26,6 @@ jobs: fetch-depth: 10 path: ${{ github.workspace }} set-safe-directory: true - # - name: set git config - # run: | - # git config --global --add safe.directory ${GITHUB_WORKSPACE} - # - uses: actions/checkout@v3 - # with: - # fetch-depth: 10 - # path: $GITHUB_WORKSPACE - name: "Fetch golang version" id: golang_version run: | @@ -41,5 +34,6 @@ jobs: - uses: actions/setup-go@v3 with: go-version: ${{ steps.golang_version.outputs.version }} - - name: check - run: go version && git version + - name: Build and zip + run: | + make binary/build/zip