Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArKaNeMaN authored Dec 19, 2024
1 parent b98a509 commit 4be03de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
wget https://github.com/${REPO}/archive/refs/tags/${TAG}.zip
7z x ${TAG}.zip
REPO_NAME=`echo "${REPO}" | grep -Po '(?<=\/)\w+'`
REPO_NAME=`echo "${REPO}" | grep -Po '(?<=\/).+'`
echo "${OUTPUT_VAR_NAME}=$(pwd)/${REPO_NAME}-${TAG}/${INCLUDE_PATH:-amxmodx/scripting/include}" >> $GITHUB_ENV
- name: Setup AMXXPawn Compiler
Expand Down

0 comments on commit 4be03de

Please sign in to comment.