Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 679ca6d

Browse files
committed
Update Actions workflow to generate ruby_ast.qll
1 parent bc22631 commit 679ca6d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
with:
3535
name: ruby.dbscheme
3636
path: ruby.dbscheme
37+
- uses: actions/upload-artifact@v2
38+
if: ${{ matrix.os == 'ubuntu-latest' }}
39+
with:
40+
name: ruby_ast.qll
41+
path: ruby_ast.qll
3742
- uses: actions/upload-artifact@v2
3843
with:
3944
name: extractor-${{ matrix.os }}

0 commit comments

Comments
 (0)