mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
ci: add graphical installer for publishing ISOs
This commit is contained in:
parent
bc3d03ce9e
commit
16bb97c06c
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
@ -16,10 +16,11 @@ jobs:
|
||||
- name: Build ISO
|
||||
run: |
|
||||
nix build .#images.bootstrap --out-link build-iso-result
|
||||
nix build .#images.graphical-installer --out-link build-graphical-iso-result
|
||||
- name: Create release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release delete latest --cleanup-tag --yes || true
|
||||
gh release create latest --prerelease --generate-notes build-iso-result/iso/*.iso
|
||||
gh release create latest --prerelease --generate-notes build-iso-result/iso/*.iso build-graphical-iso-result/iso/*.iso
|
||||
|
Loading…
Reference in New Issue
Block a user