This commit is contained in:
spiritlhl 2024-05-01 08:46:00 +00:00
parent adbe553295
commit d741b54154

View File

@ -99,4 +99,4 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Release Go Binary - name: Release Go Binary
run: | run: |
go build -o bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./... go build -o backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...