This commit is contained in:
spiritlhl 2024-05-01 08:43:23 +00:00
parent 25c6b2ce13
commit adbe553295

View File

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