ci: fix ISO attribute name to build

Forgot to update this.
This commit is contained in:
Gabriel Arazas 2023-06-29 13:54:39 +08:00
parent 160266b2db
commit f2d3e7fe30
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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