.github/workflows: push output to cache
This commit is contained in:
parent
3685ede834
commit
d76c82cd19
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -37,3 +37,7 @@ jobs:
|
|||
- uses: ./.github/actions/install-nix
|
||||
- name: Build output
|
||||
run: nix build .#${{ matrix.output }} -L
|
||||
- name: Push output
|
||||
run: |
|
||||
nix run .#attic -- login nrab-attic 'https://cache.nrab.lol/' ${{ secrets.ATTIC_TOKEN }}
|
||||
nix run .#attic -- push nrab-attic:public result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue