produce build artifact that includes generated models
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 6m49s

This commit is contained in:
Emil Lerch 2023-09-05 12:49:57 -07:00
parent 6755099c36
commit 6a12f1e3e5
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -29,6 +29,12 @@ jobs:
- run: zig build -Dtarget=riscv64-linux
- run: zig build -Dtarget=x86_64-macos
- run: zig build -Dtarget=aarch64-macos
- run: tar -czf ${{ runner.temp }}/${{ github.sha }}-with-models.tgz --exclude 'zig-*' *
- name: Upload
uses: actions/upload-artifact@v3
with:
name: ${{ github.sha }}-with-models.tgz
path: '${{ runner.temp }}/${{ github.sha }}-with-models.tgz'
- name: Notify
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
if: always()