mirror of
https://github.com/encounter/nod.git
synced 2026-07-10 12:18:48 -07:00
Fix vendored crates archive format, fix build (#22)
* Fix vendored crates archive format It turns out that I was just creating an archive with a .zst extension that was actually still gzip-format. Ref: https://github.com/ReillyBrogan/dusklight-flatpak/issues/1 Signed-off-by: Reilly Brogan <reilly@reillybrogan.com> * Add license to allowlist to fix build Signed-off-by: Reilly Brogan <reilly@reillybrogan.com> --------- Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
This commit is contained in:
@@ -246,7 +246,7 @@ jobs:
|
||||
set -eou pipefail
|
||||
mkdir .cargo
|
||||
cargo vendor-filterer > .cargo/config.toml
|
||||
find .cargo vendor -type f | tar -czvf vendored-crates.tar.zst -T -
|
||||
find .cargo vendor -type f | tar -cavf vendored-crates.tar.zst -T -
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user