Skip to content

Commit f614965

Browse files
committed
CI tar.gz creation fix
1 parent 0620288 commit f614965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
--exclude lib/rustlib/rustc-src \
5454
-hczvf \
5555
./rust-toolchain-${{ matrix.triple }}.tar.gz \
56-
-C ./build/${{ matrix.triple }}/stage2/ \
56+
-C $HOME/.risc0/toolchains/*rust*/ \
5757
.
5858
working-directory: rust
5959

0 commit comments

Comments
 (0)