chore(CI): Only publish iso
This commit is contained in:
parent
0fa45657f0
commit
0bc2c97d69
2 changed files with 32 additions and 30 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -7,6 +7,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Release
|
name: Release
|
||||||
permissions:
|
permissions:
|
||||||
|
actions: read
|
||||||
contents: read
|
contents: read
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -22,8 +23,9 @@ jobs:
|
||||||
run: nix build github:${{ github.repository }}/${{ github.sha }}#iso --no-write-lock-file
|
run: nix build github:${{ github.repository }}/${{ github.sha }}#iso --no-write-lock-file
|
||||||
- name: Prepare ISO for upload
|
- name: Prepare ISO for upload
|
||||||
run: |
|
run: |
|
||||||
cp -r --dereference --no-preserve=mode,ownership result/ public/
|
cp -r --dereference --no-preserve=mode,ownership result/iso/DashNix.iso DashNix.iso
|
||||||
- name: upload ISO
|
- name: upload ISO
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
path: path/
|
files: |
|
||||||
|
DashNix.iso
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ in {
|
||||||
extraGroups = ["wheel"];
|
extraGroups = ["wheel"];
|
||||||
};
|
};
|
||||||
|
|
||||||
image.baseName = lib.mkForce "Dashnix";
|
image.baseName = lib.mkForce "DashNix";
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue