From 90183fc30216d51810714d158ad1a3e19d515d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Tue, 17 Sep 2024 09:18:59 +0200 Subject: [PATCH] upload all result to artifacts --- .github/workflows/test.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2903edc..2a319c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,8 +6,6 @@ on: jobs: test: runs-on: ${{ matrix.os }} - env: - CARGO_HOME: ~/.cargo strategy: fail-fast: false matrix: @@ -31,7 +29,7 @@ jobs: nix_path: nixpkgs=channel:nixos-24.05 enable_kvm: true extra_nix_config: "experimental-features = nix-command flakes" - - name: Restore Nix store + - name: Cache Nix store uses: cachix/cachix-action@v15 with: name: soywod @@ -41,11 +39,8 @@ jobs: run: | nix build -L .#${{ matrix.target }} nix run -L .#${{ matrix.target }} -- --version - cp result/himalaya.tgz result/himalaya.zip . - name: Upload release artifact uses: actions/upload-artifact@v4 with: name: release - path: | - himalaya.tgz - himalaya.zip + path: result