Skip to content

Commit

Permalink
fix: archive cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 24, 2024
1 parent 9bd3547 commit 42fcd07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rust-toolchain-ubuntu
path: rust/build/x86_64-unknown-linux-gnu/stage2
path: |
rust/build/x86_64-unknown-linux-gnu/stage2
!rust/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src
!rust/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/rustc-src

0 comments on commit 42fcd07

Please sign in to comment.