fixed build errors in build-iso.yml

This commit is contained in:
Aly Raffauf 2024-03-06 18:50:51 -05:00
parent ec742a3fa8
commit c3c73821a6

View file

@ -34,7 +34,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v20
- name: BuiCheck flake
- name: Check flake
uses: workflow/nix-shell-action@v3.2.1
with:
script: nix flake check .
@ -42,10 +42,10 @@ jobs:
- name: Build image
uses: workflow/nix-shell-action@v3.2.1
with:
script: nix build .#${{ matrix.target }}
script: nix build .#nixosConfigurations.${{ matrix.target }}.config.system.build.isoImage
- name: Upload iso
uses: actions/upload-artifact@v3.1.2
with:
name: ${{ env.NAME }}
path: result/iso/*.iso
path: result/iso/*.iso