workflow: upload result as artifact

This commit is contained in:
cy 2025-03-13 14:41:49 -04:00
parent 8209ff70ff
commit 6f5e4a2ebf
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 22 additions and 1 deletions

View file

@ -48,4 +48,11 @@ jobs:
- name: cache result
run: |
nix run github:zhaofengli/attic push main result
nix run github:zhaofengli/attic push main result
- name: upload result
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.package }}-${{ matrix.os }}
path: complement_test_results.jsonl
if-no-files-found: error