We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a436e commit 2bb42acCopy full SHA for 2bb42ac
.github/workflows/ci.yml
@@ -106,6 +106,6 @@ jobs:
106
- name: Archive build output
107
uses: actions/upload-artifact@v3
108
with:
109
- name: rust-toolchain-${{ matrix.triple }}
110
- 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
111
0 commit comments