Update generator to write the ast.qll file directly into ql/src

This commit is contained in:
Arthur Baars
2020-10-28 13:41:58 +01:00
parent 28a99cfe83
commit 638fd91e50
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
name: ruby_ast.qll
path: ruby_ast.qll
path: ql/src/codeql_ruby/ast.qll
- uses: actions/upload-artifact@v2
with:
name: extractor-${{ matrix.os }}