Skip to content

Commit

Permalink
CI: debug release build on aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Feb 18, 2024
1 parent c781964 commit 9e26167
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
export CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc
export CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g++
cargo build --release --target aarch64-unknown-linux-gnu
ls -l target/
ls -l target/aarch64-unknown-linux-gnu/release
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand All @@ -83,11 +81,6 @@ jobs:

- run: |
cargo build --release --target aarch64-apple-darwin
echo target/ listing
ls -l target/
echo target/aarch64-apple-darwin listing
ls -l target/aarch64-apple-darwin
ls -l target/aarch64-apple-darwin/release
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 9e26167

Please sign in to comment.