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