mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
fixed build errors in build-iso.yml
This commit is contained in:
parent
ec742a3fa8
commit
c3c73821a6
6
.github/workflows/build-iso.yml
vendored
6
.github/workflows/build-iso.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v20
|
uses: cachix/install-nix-action@v20
|
||||||
|
|
||||||
- name: BuiCheck flake
|
- name: Check flake
|
||||||
uses: workflow/nix-shell-action@v3.2.1
|
uses: workflow/nix-shell-action@v3.2.1
|
||||||
with:
|
with:
|
||||||
script: nix flake check .
|
script: nix flake check .
|
||||||
|
@ -42,10 +42,10 @@ jobs:
|
||||||
- name: Build image
|
- name: Build image
|
||||||
uses: workflow/nix-shell-action@v3.2.1
|
uses: workflow/nix-shell-action@v3.2.1
|
||||||
with:
|
with:
|
||||||
script: nix build .#${{ matrix.target }}
|
script: nix build .#nixosConfigurations.${{ matrix.target }}.config.system.build.isoImage
|
||||||
|
|
||||||
- name: Upload iso
|
- name: Upload iso
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ env.NAME }}
|
name: ${{ env.NAME }}
|
||||||
path: result/iso/*.iso
|
path: result/iso/*.iso
|
Loading…
Reference in a new issue