Skip to content

Commit

Permalink
Merge pull request #7 from plebhash/release-bin
Browse files Browse the repository at this point in the history
remove if for macos-arm64
  • Loading branch information
plebhash authored Feb 21, 2024
2 parents 372209d + ab029e6 commit 21d68bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-arm64]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -32,14 +32,14 @@ jobs:
asset_name: pool_sv2-x86_64-apple-darwin
tag: ${{ github.ref }}

- name: Upload MacOS x86-64 binaries to release
if: matrix.os == 'macos-arm64'
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: roles/target/release/pool_sv2
asset_name: pool_sv2-arm64-apple-darwin
tag: ${{ github.ref }}
# - name: Upload MacOS x86-64 binaries to release
# if: matrix.os == 'macos-arm64'
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: roles/target/release/pool_sv2
# asset_name: pool_sv2-arm64-apple-darwin
# tag: ${{ github.ref }}

release_jdc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21d68bd

Please sign in to comment.