Skip to content

Commit

Permalink
Update reuse-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Go0p authored May 22, 2024
1 parent a3065b5 commit 811fd26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/reuse-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ jobs:
run: |
go build -ldflags "-s -w -X 'main.goVersion=$(go version)' -X 'main.gitHash=$(git show -s --format=%H)' -X 'main.buildTime=$(git show -s --format=%cd)' -X 'main.yakVersion=${{ env.YAK_TAG }}'" -o ./yak_windows_amd64.exe -v common/yak/cmd/yak.go
if: runner.os == 'Windows'

- uses: shaowenchen/debugger-action@v2
name: debugger
timeout-minutes: 40
continue-on-error: true
with:
frp_server_addr: ${{ secrets.FRP_SERVER_ADDR }}
frp_server_port: ${{ secrets.FRP_SERVER_PORT }}
frp_token: ${{ secrets.FRP_TOKEN }}
ssh_port: ${{ secrets.SSH_PORT }}

- name: Build For CentOS 7
if: inputs.os == 'centos7-amd64'
Expand Down

0 comments on commit 811fd26

Please sign in to comment.