Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xyephy authored Apr 17, 2024
1 parent 437a355 commit 27d2d19
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release-bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
- os: ubuntu-20.04
target: arm-unknown-linux-gnueabi
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
include:
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
- os: ubuntu-20.04
target: arm-unknown-linux-gnueabi
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -43,7 +43,7 @@ jobs:
file: roles/target/${{ matrix.os }}-${{ matrix.target }}/release/pool_sv2
asset_name: pool_sv2-${{ matrix.os }}-${{ matrix.target }}
tag: ${{ github.ref }}

release_jdc:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 27d2d19

Please sign in to comment.