Skip to content

Commit edd523e

Browse files
committed
ffff
1 parent 9dcfdaa commit edd523e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,12 @@ jobs:
9595
fi
9696
9797
wget https://github.com/${REPO}/archive/refs/tags/${TAG}.zip -q > /dev/null
98-
7z x ${TAG}.zip
98+
7z x ${TAG}.zip > /dev/null
9999
100100
REPO_NAME=`echo "${REPO}" | grep -Po '(?<=\/).+'`
101-
INCLUDE_PATH="$(pwd)/${TAG}/${OVERRIDE_INCLUDE_PATH:-amxmodx/scripting/include}"
101+
INCLUDE_PATH="$(pwd)/${REPO_NAME}-${TAG}/${OVERRIDE_INCLUDE_PATH:-amxmodx/scripting/include}"
102102
103-
ls $(pwd)
104-
ls $(pwd)/${TAG}
103+
ls $(pwd)/${REPO_NAME}-${TAG}
105104
ls $INCLUDE_PATH
106105
107106
echo "-i\"${INCLUDE_PATH}\""

0 commit comments

Comments
 (0)