change format of published tar file
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 2m29s Details

This commit is contained in:
Emil Lerch 2024-04-22 13:52:33 -07:00
parent 484b504090
commit cd0001703b
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
1 changed files with 6 additions and 2 deletions

View File

@ -44,8 +44,12 @@ jobs:
run: |
tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz \
--format ustar \
--exclude 'zig-*' \
--transform 's,^,${{ github.sha }}/,' *
--exclude 'zig-*'
# 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
# https://github.com/ziglang/zig/pull/19111/files
# --transform 's,^,${{ github.sha }}/,' *
# - name: Sign
# id: sign
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1