workflow: upload result as artifact
This commit is contained in:
parent
8209ff70ff
commit
39e1b2dcaf
2 changed files with 22 additions and 1 deletions
9
.github/workflows/build-packages.yml
vendored
9
.github/workflows/build-packages.yml
vendored
|
@ -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: result
|
||||
if-no-files-found: error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue