Update Actions workflow to generate ruby_ast.qll

This commit is contained in:
Nick Rolfe
2020-10-28 11:04:09 +00:00
parent bc22631c32
commit 679ca6d0f1

View File

@@ -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 }}