From 7291f6e105d0a9f10038797a71ddc2aaf7ccca3f Mon Sep 17 00:00:00 2001 From: lucasew Date: Sat, 21 Dec 2024 11:54:48 -0300 Subject: [PATCH] upload nixpkgs-review logs too Signed-off-by: lucasew --- .github/workflows/nixpkgs-review.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/nixpkgs-review.yml b/.github/workflows/nixpkgs-review.yml index e2caab1..823d3dd 100644 --- a/.github/workflows/nixpkgs-review.yml +++ b/.github/workflows/nixpkgs-review.yml @@ -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' @@ -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' @@ -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