Skip to content

Commit

Permalink
feat: huge upgrade of the tool tracing module in order to jump from the
Browse files Browse the repository at this point in the history
0.23 to 0.27
  • Loading branch information
batleforc committed Jan 15, 2025
1 parent 4dfeeec commit ff3d2be
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 205 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ jobs:
needs: create-release
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -34,5 +39,6 @@ jobs:
bin: dev_cli
tar: unix
zip: windows
target: ${{ matrix.target }}
archive: $bin-$tag-$target
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit ff3d2be

Please sign in to comment.