add more diagnostics for upload issue
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 7m48s

This commit is contained in:
Emil Lerch 2023-09-05 13:12:34 -07:00
parent 27dfede802
commit 74143e90ba
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -33,6 +33,9 @@ jobs:
- run: zig build -Dtarget=x86_64-macos - run: zig build -Dtarget=x86_64-macos
- run: zig build -Dtarget=aarch64-macos - run: zig build -Dtarget=aarch64-macos
- run: tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tgz --exclude 'zig-*' * - run: tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tgz --exclude 'zig-*' *
- run: ls -l ${{ runner.temp }}/${{ github.sha }}-with-models.tgz
- run: tar -tzf ${{ runner.temp }}/${{ github.sha }}-with-models.tgz
- run: echo '${{ github.server_url }}/api/actions_pipeline'
- name: Upload - name: Upload
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: