Skip to content

Commit 28a99cf

Browse files
committed
Update path of generated dbscheme
1 parent 88acbc8 commit 28a99cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: ${{ matrix.os == 'ubuntu-latest' }}
4646
with:
4747
name: ruby.dbscheme
48-
path: ruby.dbscheme
48+
path: ql/src/ruby.dbscheme
4949
- uses: actions/upload-artifact@v2
5050
if: ${{ matrix.os == 'ubuntu-latest' }}
5151
with:

generator/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ fn main() {
286286
let ruby = Language {
287287
name: "Ruby".to_string(),
288288
node_types: tree_sitter_ruby::NODE_TYPES,
289-
dbscheme_path: PathBuf::from("ruby.dbscheme"),
289+
dbscheme_path: PathBuf::from("ql/src/ruby.dbscheme"),
290290
ql_library_path: PathBuf::from("ruby_ast.qll"),
291291
};
292292
match node_types::read_node_types_str(&ruby.node_types) {

0 commit comments

Comments
 (0)