Skip to content

Commit

Permalink
Fix plugins list
Browse files Browse the repository at this point in the history
  • Loading branch information
ArKaNeMaN committed Nov 28, 2024
1 parent 2ea9540 commit 1b0b3b0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ jobs:
GENERATE_PLUGINS_INI: ${{ env.GENERATE_PLUGINS_INI }}
PLUGINS_INI_POSTFIX: ${{ env.PLUGINS_INI_POSTFIX }}
run: |
if [ ! -z "${GENERATE_PLUGINS_INI}" ]; then
plugin_ini_path="../configs/plugins-${PLUGINS_INI_POSTFIX}.ini"
touch $plugin_ini_path
fi
compile() {
sourcefile=$1
amxxfile="$(echo $sourcefile | sed -e 's/\.sma$/.amxx/')"
Expand All @@ -97,6 +92,8 @@ jobs:
-i"$PARAMS_CONRTOLLER_INCLUDE"
if [ ! -z "${GENERATE_PLUGINS_INI}" ]; then
plugin_ini_path="../configs/plugins-${PLUGINS_INI_POSTFIX}.ini"
touch $plugin_ini_path
echo $amxxfile >> $plugin_ini_path
fi
}
Expand Down

0 comments on commit 1b0b3b0

Please sign in to comment.