Skip to content

Commit 3aeacf6

Browse files
committed
Update publish script to have right path.
1 parent 480e3bf commit 3aeacf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/automodel/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
5-
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../../.."
5+
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
66
GRPS="automodel,-test"
77

88
if [ -z "$CODEQL_DIST" ]; then

0 commit comments

Comments
 (0)