From 55b6781394e4c9cefc76ad0f7bf61b350965caa4 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 24 Jan 2025 03:02:53 -0500 Subject: [PATCH] upload result pls --- .github/workflows/build-machines-and-homes.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-machines-and-homes.yml b/.github/workflows/build-machines-and-homes.yml index cfb195c..89e36da 100644 --- a/.github/workflows/build-machines-and-homes.yml +++ b/.github/workflows/build-machines-and-homes.yml @@ -70,6 +70,11 @@ jobs: # - run: nix build -L .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel # - run: nix run -L github:nix-community/nixos-generators -- --flake .#pancake -f sd-aarch64 --system aarch64-linux - run: nix build -L .#nixosConfigurations.pancake.config.formats.sd-aarch64 + - name: upload artifacts + uses: actions/upload-artifact@v4 + with: + name: image + path: result/ build-homes: strategy: matrix: