We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09943f6 commit ea46bf6Copy full SHA for ea46bf6
.github/workflows/CI.yml
@@ -99,7 +99,7 @@ jobs:
99
7z x ${TAG}.zip > nul
100
101
REPO_NAME=`echo "${REPO}" | grep -Po '(?<=\/).+'`
102
- INCLUDE_PATH='$(pwd)/${REPO_NAME}-${TAG}/${OVERRIDE_INCLUDE_PATH:-amxmodx/scripting/include}'
+ INCLUDE_PATH="$(pwd)/${REPO_NAME}-${TAG}/${OVERRIDE_INCLUDE_PATH:-amxmodx/scripting/include}"
103
104
echo "-i\"${INCLUDE_PATH}\""
105
0 commit comments