Skip to content

Commit

Permalink
add binary build setp
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 19, 2023
1 parent 1a055b4 commit 56a0361
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

0 comments on commit 56a0361

Please sign in to comment.