mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-14 18:18:59 +00:00
ci: fix ISO attribute name to build
Forgot to update this.
This commit is contained in:
parent
160266b2db
commit
f2d3e7fe30
2
.github/workflows/iso.yml
vendored
2
.github/workflows/iso.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
id: build-iso
|
id: build-iso
|
||||||
# TODO: Use the registry.
|
# TODO: Use the registry.
|
||||||
run: |
|
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
|
- name: Create release
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
id: create-release
|
id: create-release
|
||||||
|
Loading…
Reference in New Issue
Block a user