WIP: Upload working dir for all DBs

Relocated binaries are stored here
This commit is contained in:
Aditya Sharad
2023-03-30 15:09:24 -07:00
parent a302ab9860
commit 38afd3b36f
+3 -2
View File
@@ -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