add more diagnostics for upload issue
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 7m48s
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 7m48s
This commit is contained in:
parent
27dfede802
commit
74143e90ba
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user