From f2e4e85a3b97c4e03b3c06e7eb11484a6faa8c01 Mon Sep 17 00:00:00 2001 From: truxnell <19149206+truxnell@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:17:17 +1100 Subject: [PATCH] fix: flake path --- .github/lint/workflows/build-raspi4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lint/workflows/build-raspi4.yaml b/.github/lint/workflows/build-raspi4.yaml index c0bbc56..d4c6080 100644 --- a/.github/lint/workflows/build-raspi4.yaml +++ b/.github/lint/workflows/build-raspi4.yaml @@ -25,7 +25,7 @@ jobs: shell: bash - name: Build SD Image run: | - nix build .#image.rip4 + nix build .#images.rip4 - uses: actions/upload-artifact@v3 with: name: rpi4.img