glob expansion needs to be in target dir
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 15m54s

This commit is contained in:
Emil Lerch 2026-01-30 08:41:06 -08:00
parent 4fed9954cb
commit 615f92c654
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -45,10 +45,7 @@ jobs:
- name: Package source code with generated models
run: |
zig build package
tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz \
--format ustar \
-C zig-out/package \
*
(cd zig-out/package && tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz --format ustar *)
# 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