Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed May 1, 2024
1 parent d741b54 commit 2d1f837
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Build and Test on Default Platform
run: |
cd ${{ github.workspace }}
go build -v ./...
go test -v ./...
Expand Down Expand Up @@ -97,6 +98,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Release Go Binary
run: |
go build -o backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...
cd ${{ github.workspace }}
go build -o backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...

0 comments on commit 2d1f837

Please sign in to comment.