We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c8cb0 commit faf9dedCopy full SHA for faf9ded
.github/workflows/dotnet.yml
@@ -39,7 +39,7 @@ jobs:
39
mkdir -p addons/counterstrikesharp/plugins/${{env.PLUGIN_NAME}}
40
mv BasicAdmin/bin/Debug/net7.0/publish/* addons/counterstrikesharp/plugins/${{env.PLUGIN_NAME}}
41
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 {} +
+ find . -maxdepth 1 ! -name 'BasicAdmin.dll' ! -name 'MySqlConnector.dll' ! -name 'schema.sql' ! -name 'lang' ! -name '.' -type f,d -exec rm -rf {} +
43
44
- uses: actions/upload-artifact@v3
45
with:
0 commit comments