Skip to content

Commit 23430de

Browse files
committed
fix actions
1 parent 382e53d commit 23430de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Clean build directory
4040
run: |
41-
mkdir -p addons/counterstrikesharp/plugins/${{PLUGIN_NAME}}
41+
mkdir -p addons/counterstrikesharp/plugins/${{env.PLUGIN_NAME}}
4242
mv BasicAdmin/bin/Debug/net7.0/publish/* addons/counterstrikesharp/plugins/${{PLUGIN_NAME}}
4343
cd addons/counterstrikesharp/plugins/${{PLUGIN_NAME}}
4444
rm CounterStrikeSharp.API.dll McMaster.NETCore.Plugins.dll Microsoft.DotNet.PlatformAbstractions.dll Microsoft.Extensions.DependencyModel.dll ${{PLUGIN_NAME}}.pdb

0 commit comments

Comments
 (0)