Skip to content

Commit

Permalink
test fix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
FEDERICOMB96 committed Jul 23, 2024
1 parent bee038f commit 8ed93c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
env:
REAPI_INCLUDE: ${{ env.REAPI_INCLUDE_PATH }}
run: |
pwd
mkdir ../plugins/
for sourcefile in *.sma;
do
Expand All @@ -75,6 +76,7 @@ jobs:
- name: Move files
run: |
pwd
mkdir publish
mv addons/ -t publish/
Expand Down
2 changes: 1 addition & 1 deletion version/appversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ init()
{
SOURCE_DIR=$1
GIT_DIR=$SOURCE_DIR
VERSION_FILE=version.h
VERSION_FILE=$SOURCE_DIR/version/version.h
APPVERSION_FILE=$SOURCE_DIR/addons/amxmodx/scripting/include/mm_incs/version.inc
APPVERSION_FILE_NATIVES=$SOURCE_DIR/addons/amxmodx/scripting/include/multimod_manager_version.inc

Expand Down

0 comments on commit 8ed93c1

Please sign in to comment.