mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update Actions workflow to generate ruby_ast.qll
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -34,6 +34,11 @@ jobs:
|
||||
with:
|
||||
name: ruby.dbscheme
|
||||
path: ruby.dbscheme
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
with:
|
||||
name: ruby_ast.qll
|
||||
path: ruby_ast.qll
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: extractor-${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user