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:
Reilly Brogan
2026-06-03 16:55:22 -06:00
committed by GitHub
parent 3ab65f9c5e
commit 0576dde215
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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:
+1
View File
@@ -92,6 +92,7 @@ ignore = [
allow = [
"0BSD",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",