From 29e42c339a2dfd502d9c09efa53d10863be518ce Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Thu, 1 Jun 2023 15:44:11 -0700 Subject: Add logs as artifacts for actions (#989) --- .github/workflows/ci-pr.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci-pr.yml') diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 147bd4e2..880a5b47 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -31,10 +31,16 @@ jobs: separator: "," - name: Retrieve and build solutions from changed files - id: build-changed-samples run: | $changedFiles = "${{ steps.get-changed-files.outputs.all_changed_files }}".Split(',') .\.github\scripts\Build-ChangedSamples.ps1 -ChangedFiles $changedFiles -Verbose env: WDS_Configuration: ${{ matrix.configuration }} WDS_Platform: ${{ matrix.platform }} + + - name: Archive logs + uses: actions/upload-artifact@v3 + if: always() + with: + name: logs + path: _logs -- cgit v1.3.1