We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64f92b8 + 2245c1a commit c5044b0Copy full SHA for c5044b0
.github/workflows/autovendor.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install vendor tool
18
run: cargo install cargo-vendor-filterer
19
- name: Run
20
- run: mkdir -p target && cd cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../target/vendor.tar.zst
+ run: mkdir -p target && cd crates/cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../../target/vendor.tar.zst
21
- uses: actions/upload-artifact@v4
22
with:
23
name: vendor.tar.zst
0 commit comments