From 8caa0808ee0f5b47645a4537c2777e4753891a82 Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano Date: Tue, 21 Sep 2021 14:46:08 +0100 Subject: [PATCH] Upload tracer logs --- .github/workflows/pr-checks.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 5ec9ba6ba..67d153363 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -213,6 +213,12 @@ jobs: $Env:CODEQL_EXTRACTOR_CSHARP_ROOT = "" & $Env:CODEQL_RUNNER dotnet build + - name: Upload tracer logs + uses: actions/upload-artifact@v2 + with: + name: tracer-logs + path: ./codeql-runner + - name: Run analyze run: | ../action/runner/dist/codeql-runner-win.exe analyze --repository $Env:GITHUB_REPOSITORY --commit $Env:GITHUB_SHA --ref $Env:GITHUB_REF --github-url $Env:GITHUB_SERVER_URL --github-auth ${{ github.token }}