File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,26 @@ jobs:
2121 uses : actions/checkout@v4
2222 with :
2323 repository : Alienmario/smartdm-redux
24- path : smartdm
24+ path : deps/ smartdm
2525
2626 - name : Checkout smlib
2727 uses : actions/checkout@v4
2828 with :
2929 repository : bcserv/smlib
3030 ref : transitional_syntax
31- path : smlib
31+ path : deps/ smlib
3232
3333 - name : Checkout StudioHdr
3434 uses : actions/checkout@v4
3535 with :
3636 repository : Alienmario/StudioHdr
37- path : StudioHdr
37+ path : deps/ StudioHdr
3838
3939 - name : Merge deps
4040 run : |
41- cp -R smartdm/* .
42- cp -R smlib/* .
43- cp -R StudioHdr/* .
41+ cp -R deps/ smartdm/* .
42+ cp -R deps/ smlib/scripting/include/* scripting/include
43+ cp -R deps/ StudioHdr/* .
4444
4545 - name : Setup sourcemod compiler
4646 id : setup-sp
6969 cp -R scripting $SM
7070 cp -R gamedata $SM
7171 cp -R configs-${{ matrix.game.dir }}/. $SM/configs
72+ if [ -d "data" ]
73+ then
74+ cp -R data $SM
75+ fi
7276
7377 - name : Upload package
7478 uses : actions/upload-artifact@v4
File renamed without changes.
You can’t perform that action at this time.
0 commit comments