We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc759d commit 52b02a0Copy full SHA for 52b02a0
1 file changed
.github/workflows/mad_modelDiff.yml
@@ -70,7 +70,7 @@ jobs:
70
SHORTNAME=`basename $DATABASE`
71
python misc/scripts/models-as-data/generate_mad.py --language java --with-summaries --with-sinks $DATABASE $SHORTNAME/$QL_VARIANT
72
mkdir -p $MODELS/$SHORTNAME
73
- mv java/ql/lib/ext/generated/$SHORTNAME/$QL_VARIANT $MODELS/$SHORTNAME
+ mv java/ql/lib/ext/generated/modelgenerator/$SHORTNAME/$QL_VARIANT $MODELS/$SHORTNAME
74
cd ..
75
}
76
0 commit comments