Update build-analyze-linux.yml
This commit is contained in:
parent
4a917c27b2
commit
a763047661
1 changed files with 8 additions and 1 deletions
7
.github/workflows/build-analyze-linux.yml
vendored
7
.github/workflows/build-analyze-linux.yml
vendored
|
@ -74,3 +74,10 @@ jobs:
|
||||||
yarn dist -p never
|
yarn dist -p never
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v1
|
||||||
|
- name: Upload a Build Artifact
|
||||||
|
uses: actions/upload-artifact@v2.2.3
|
||||||
|
with:
|
||||||
|
# Artifact name
|
||||||
|
name: Linux
|
||||||
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
|
path: dist/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue