mirror of
https://github.com/github/codeql-action.git
synced 2026-05-10 07:40:28 +00:00
WIP: Upload working dir for all DBs
Relocated binaries are stored here
This commit is contained in:
Generated
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user