avoid ./ prefix on tar paths
Some checks failed
AWS-Zig Build / build-zig-amd64-host (push) Failing after 7m41s
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:
parent
df963c5316
commit
4fed9954cb
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz \
|
tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz \
|
||||||
--format ustar \
|
--format ustar \
|
||||||
-C zig-out/package \
|
-C zig-out/package \
|
||||||
.
|
*
|
||||||
# Something in this PR broke this transform. I don't mind removing it, but
|
# 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
|
# 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
|
# doesn't. I have not yet determined what the problem is, though
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue