change format of published tar file
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 2m29s
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 2m29s
This commit is contained in:
parent
484b504090
commit
cd0001703b
|
@ -44,8 +44,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz \
|
tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz \
|
||||||
--format ustar \
|
--format ustar \
|
||||||
--exclude 'zig-*' \
|
--exclude 'zig-*'
|
||||||
--transform 's,^,${{ github.sha }}/,' *
|
# 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
|
# - name: Sign
|
||||||
# id: sign
|
# id: sign
|
||||||
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user