We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e86da commit f6ad7f7Copy full SHA for f6ad7f7
.github/workflows/dotnet.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet test -c Release --verbosity normal
29
30
- name: Build
31
- run: dotnet publish -c Release -o publish
+ run: dotnet publish TS3AudioBot -c Release -o publish
32
33
- name: Get Version
34
id: get_version
0 commit comments