mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: update build ISO workflow
This commit is contained in:
parent
181de0406b
commit
b20229354a
4
.github/workflows/iso.yml
vendored
4
.github/workflows/iso.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user