We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88acbc8 commit 28a99cfCopy full SHA for 28a99cf
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
if: ${{ matrix.os == 'ubuntu-latest' }}
46
with:
47
name: ruby.dbscheme
48
- path: ruby.dbscheme
+ path: ql/src/ruby.dbscheme
49
- uses: actions/upload-artifact@v2
50
51
generator/src/main.rs
@@ -286,7 +286,7 @@ fn main() {
286
let ruby = Language {
287
name: "Ruby".to_string(),
288
node_types: tree_sitter_ruby::NODE_TYPES,
289
- dbscheme_path: PathBuf::from("ruby.dbscheme"),
+ dbscheme_path: PathBuf::from("ql/src/ruby.dbscheme"),
290
ql_library_path: PathBuf::from("ruby_ast.qll"),
291
};
292
match node_types::read_node_types_str(&ruby.node_types) {
0 commit comments