Skip to content

Commit

Permalink
add some debug [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
66Leo66 committed Jul 25, 2023
1 parent 702f157 commit 95d606b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,23 @@ jobs:
rustup target install aarch64-apple-darwin
- name: Build for mac
run: cargo build --release
run: cargo build --release --target x86_64-apple-darwin

- name: List directory
run: ls target

- name: Rename artifact
run: >
cp
/target/x86_64-apple-darwin/release/solver-multi
target/x86_64-apple-darwin/release/solver-multi
solver-multi_x86_64-apple-darwin
- name: Cross-compile Apple Silicon
run: cargo build --release --target aarch64-apple-darwin

- name: List directory
run: ls target

- name: Publish GitHub release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 95d606b

Please sign in to comment.