Skip to content

Commit

Permalink
upload nixpkgs-review logs too
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 21, 2024
1 parent 6eb0333 commit 7291f6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/nixpkgs-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ jobs:
name: build-logs-x86_64-linux
path: /nix/var/log/nix/drvs
include-hidden-files: true
- uses: actions/upload-artifact@v4
with:
name: review-logs-x86_64-linux
path: ~/.cache/nixpkgs-review/*/logs
include-hidden-files: true

build-aarch64-darwin:
name: 'aarch64-darwin'
Expand Down Expand Up @@ -130,6 +135,11 @@ jobs:
name: build-logs-aarch64-darwin
path: /nix/var/log/nix/drvs
include-hidden-files: true
- uses: actions/upload-artifact@v4
with:
name: review-logs-aarch64-darwin
path: ~/.cache/nixpkgs-review/*/logs
include-hidden-files: true

build-x86_64-darwin:
name: 'x86_64-darwin'
Expand Down Expand Up @@ -167,3 +177,8 @@ jobs:
name: build-logs-x86_64-darwin
path: /nix/var/log/nix/drvs
include-hidden-files: true
- uses: actions/upload-artifact@v4
with:
name: review-logs-x86_64-darwin
path: ~/.cache/nixpkgs-review/*/logs
include-hidden-files: true

0 comments on commit 7291f6e

Please sign in to comment.