Skip to content

Commit f6ad7f7

Browse files
committed
missing publish name in gha
1 parent b3e86da commit f6ad7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet test -c Release --verbosity normal
2929

3030
- name: Build
31-
run: dotnet publish -c Release -o publish
31+
run: dotnet publish TS3AudioBot -c Release -o publish
3232

3333
- name: Get Version
3434
id: get_version

0 commit comments

Comments
 (0)