Skip to content

Commit 2bb42ac

Browse files
committed
fix: arm build upload
1 parent 73a436e commit 2bb42ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ jobs:
106106
- name: Archive build output
107107
uses: actions/upload-artifact@v3
108108
with:
109-
name: rust-toolchain-${{ matrix.triple }}
110-
path: sp1/crates/cli/rust-toolchain-${{ matrix.triple }}.tar.gz
109+
name: rust-toolchain-aarch64-unknown-linux-gnu
110+
path: sp1/crates/cli/rust-toolchain-aarch64-unknown-linux-gnu.tar.gz
111111

0 commit comments

Comments
 (0)