From b20229354a43631d50a5600a81a534565b80556d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 25 Nov 2022 15:03:04 +0800 Subject: [PATCH] ci: update build ISO workflow --- .github/workflows/iso.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 2867fad4..8c204223 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 run nixos-generators --inputs-from . -- --flake .#bootstrap --format iso --out-link result + nix build .#bootstrap-install-iso --out-link build-iso-result - name: Create release if: github.ref == 'refs/heads/master' id: create-release @@ -27,5 +27,5 @@ jobs: prerelease: true title: Latest release files: - result/iso/bootstrap-*.iso + build-iso-result/iso/bootstrap-*.iso