mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Move Generated.qll to ast/internal/TreeSitter.qll
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -46,8 +46,8 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
with:
|
||||
name: Generated.qll
|
||||
path: ql/src/codeql_ruby/Generated.qll
|
||||
name: TreeSitter.qll
|
||||
path: ql/src/codeql_ruby/ast/internal/TreeSitter.qll
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: extractor-${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user