Skip to content

Commit

Permalink
fix: arm build upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 17, 2025
1 parent 73a436e commit 2bb42ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ jobs:
- name: Archive build output
uses: actions/upload-artifact@v3
with:
name: rust-toolchain-${{ matrix.triple }}
path: sp1/crates/cli/rust-toolchain-${{ matrix.triple }}.tar.gz
name: rust-toolchain-aarch64-unknown-linux-gnu
path: sp1/crates/cli/rust-toolchain-aarch64-unknown-linux-gnu.tar.gz

0 comments on commit 2bb42ac

Please sign in to comment.