From f2d3e7fe30e158b5b48dca1f61b5cf4b40d850dc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 29 Jun 2023 13:54:39 +0800 Subject: [PATCH] ci: fix ISO attribute name to build Forgot to update this. --- .github/workflows/iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 224f8de6..4acfcb24 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -16,7 +16,7 @@ jobs: id: build-iso # TODO: Use the registry. run: | - nix build .#bootstrap-install-iso --out-link build-iso-result + nix build .#nixos-image-install-iso-bootstrap --out-link build-iso-result - name: Create release if: github.ref == 'refs/heads/master' id: create-release