From 38afd3b36f2a6c8e28093b7de96eca00944ae0a5 Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Thu, 30 Mar 2023 15:09:24 -0700 Subject: [PATCH] WIP: Upload working dir for all DBs Relocated binaries are stored here --- .github/workflows/__swift-autobuild.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index 44b412d64..f650b9853 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -55,8 +55,9 @@ jobs: if: failure() || cancelled() uses: actions/upload-artifact@v3 with: - name: swift-autobuild-db-${{ matrix.slice }} - path: ${{ fromJson(steps.analysis.outputs.db-locations).swift }} + name: swift-autobuild-dbs-${{ matrix.slice }} + # relocator working directory is under codeql_databases, not the language-specific DB + path: ${{ runner.temp }}/codeql_databases env: CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: 'true' # Remove when Swift is GA. CODEQL_ACTION_TEST_MODE: true