Skip to content

Commit

Permalink
missing publish name in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Splamy committed Jul 13, 2024
1 parent b3e86da commit f6ad7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet test -c Release --verbosity normal

- name: Build
run: dotnet publish -c Release -o publish
run: dotnet publish TS3AudioBot -c Release -o publish

- name: Get Version
id: get_version
Expand Down

0 comments on commit f6ad7f7

Please sign in to comment.