mirror of
https://github.com/oneclickvirt/backtrace.git
synced 2025-02-23 17:35:39 +08:00
update
This commit is contained in:
parent
25c6b2ce13
commit
adbe553295
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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 backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...
|
go build -o bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user