Skip to content

Commit faf9ded

Browse files
committed
Fix lang not included on release
1 parent 65c8cb0 commit faf9ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mkdir -p addons/counterstrikesharp/plugins/${{env.PLUGIN_NAME}}
4040
mv BasicAdmin/bin/Debug/net7.0/publish/* addons/counterstrikesharp/plugins/${{env.PLUGIN_NAME}}
4141
cd addons/counterstrikesharp/plugins/${{env.PLUGIN_NAME}}
42-
find . -maxdepth 1 ! -name 'BasicAdmin.dll' ! -name 'MySqlConnector.dll' ! -name 'schema.sql' ! -name '.' -type f,d -exec rm -rf {} +
42+
find . -maxdepth 1 ! -name 'BasicAdmin.dll' ! -name 'MySqlConnector.dll' ! -name 'schema.sql' ! -name 'lang' ! -name '.' -type f,d -exec rm -rf {} +
4343
4444
- uses: actions/upload-artifact@v3
4545
with:

0 commit comments

Comments
 (0)