Skip to content

Commit

Permalink
Fix vendored-source CI
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed Apr 15, 2024
1 parent 760e80d commit a74fe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/vendor_cargo_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ git add -f ./third_party/rust
git add .cargo/config.toml
git commit --no-verify -m "Vendor Cargo Source"

prefix=emacs-ng_$1
prefix=vendored-source_$1

git archive --prefix=$prefix/ HEAD -o $prefix.tar.xz

0 comments on commit a74fe0e

Please sign in to comment.