Skip to content

Commit

Permalink
ci/autovendor: Make it work
Browse files Browse the repository at this point in the history
I copied this from bootc but forgot that there we're auto-vendoring
from the `cli` directory.  Fix this to work from the toplevel here.
  • Loading branch information
cgwalters committed Aug 30, 2023
1 parent 7153ab5 commit 491c002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autovendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install vendor tool
run: cargo install cargo-vendor-filterer
- name: Run
run: mkdir -p target && cd cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../target/vendor.tar.zst
run: mkdir -p target && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ target/vendor.tar.zst
- uses: actions/upload-artifact@v3
with:
name: vendor.tar.zst
Expand Down

0 comments on commit 491c002

Please sign in to comment.