mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
upload result to cache
This commit is contained in:
parent
9c327b82e0
commit
b90ccc3c27
1 changed files with 7 additions and 0 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -50,3 +50,10 @@ jobs:
|
|||
packages: nh
|
||||
script: |
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue