glob expansion needs to be in target dir
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 15m54s
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 15m54s
This commit is contained in:
parent
4fed9954cb
commit
615f92c654
1 changed files with 1 additions and 4 deletions
|
|
@ -45,10 +45,7 @@ jobs:
|
||||||
- name: Package source code with generated models
|
- name: Package source code with generated models
|
||||||
run: |
|
run: |
|
||||||
zig build package
|
zig build package
|
||||||
tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz \
|
(cd zig-out/package && tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz --format ustar *)
|
||||||
--format ustar \
|
|
||||||
-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