Skip to content

Commit

Permalink
upload all result to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 17, 2024
1 parent a6344d6 commit 90183fc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
CARGO_HOME: ~/.cargo
strategy:
fail-fast: false
matrix:
Expand All @@ -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
Expand All @@ -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

0 comments on commit 90183fc

Please sign in to comment.