upload result to cache

This commit is contained in:
Tyler Mayoff 2025-07-04 23:13:53 -04:00
parent 9c327b82e0
commit b90ccc3c27

View file

@ -50,3 +50,10 @@ jobs:
packages: nh packages: nh
script: | script: |
nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1 nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
- name: Upload artifact
uses: actions/cache@v4
with:
key: ${{ matrix.hostname }}-${{ matrix.arch }}
path: |
result