We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad1d1b commit 8d14aa6Copy full SHA for 8d14aa6
.github/workflows/on_iso.yml
@@ -16,19 +16,14 @@ jobs:
16
with:
17
fetch-depth: 0
18
19
- - name: Build toplevel ❄️
+ - name: Build ISO 💿
20
uses: nzbr/actions/nix-build@main
21
22
- expression: .#nixosConfigurations.live.config.system.build.toplevel
+ expression: .#nixosConfigurations.live.config.system.build.isoImage
23
cache: true
24
cache-tag: live-iso
25
secret-key: ${{ secrets.SECRET_DECRYPTION_KEY }}
26
27
- - name: Build ISO 💿
28
- uses: nzbr/actions/nix-build@main
29
- with:
30
- expression: .#nixosConfigurations.live.config.system.build.isoImage
31
-
32
- name: Upload ISO 📤
33
uses: actions/upload-artifact@v4
34
0 commit comments