fix: flake path
This commit is contained in:
parent
74fd7e80c4
commit
f2e4e85a3b
1 changed files with 1 additions and 1 deletions
2
.github/lint/workflows/build-raspi4.yaml
vendored
2
.github/lint/workflows/build-raspi4.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Build SD Image
|
- name: Build SD Image
|
||||||
run: |
|
run: |
|
||||||
nix build .#image.rip4
|
nix build .#images.rip4
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rpi4.img
|
name: rpi4.img
|
||||||
|
|
Reference in a new issue