Skip to content

Commit ea46bf6

Browse files
committed
Fizx
1 parent 09943f6 commit ea46bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
7z x ${TAG}.zip > nul
100100
101101
REPO_NAME=`echo "${REPO}" | grep -Po '(?<=\/).+'`
102-
INCLUDE_PATH='$(pwd)/${REPO_NAME}-${TAG}/${OVERRIDE_INCLUDE_PATH:-amxmodx/scripting/include}'
102+
INCLUDE_PATH="$(pwd)/${REPO_NAME}-${TAG}/${OVERRIDE_INCLUDE_PATH:-amxmodx/scripting/include}"
103103
104104
echo "-i\"${INCLUDE_PATH}\""
105105

0 commit comments

Comments
 (0)