avoid ./ prefix on tar paths
Some checks failed
AWS-Zig Build / build-zig-amd64-host (push) Failing after 7m41s

See https://github.com/ziglang/zig/issues/23152
This commit is contained in:
Emil Lerch 2026-01-30 08:31:16 -08:00
parent df963c5316
commit 4fed9954cb
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -48,7 +48,7 @@ jobs:
tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz \
--format ustar \
-C zig-out/package \
.
*
# Something in this PR broke this transform. I don't mind removing it, but
# the PR attempts to handle situations with or without a prefix, but it
# doesn't. I have not yet determined what the problem is, though