mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user