mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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
|
id: build-iso
|
||||||
# TODO: Use the registry.
|
# TODO: Use the registry.
|
||||||
run: |
|
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
|
- name: Create release
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
id: create-release
|
id: create-release
|
||||||
@ -27,5 +27,5 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
title: Latest release
|
title: Latest release
|
||||||
files:
|
files:
|
||||||
result/iso/bootstrap-*.iso
|
build-iso-result/iso/bootstrap-*.iso
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user