Skip to content

Commit

Permalink
Fix vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 20, 2023
1 parent 1a364b3 commit 9e11f88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build-src-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ cargo vendor > .cargo/config.toml
tar -czf /tmp/$pkgname.tar.gz --transform "s/^\./$pkgname/S" --exclude=.git .
mkdir -p dist
mv /tmp/$pkgname.tar.gz dist/

rm .cargo/config.toml

0 comments on commit 9e11f88

Please sign in to comment.