Fix Codecov wait check

This commit is contained in:
Jordan Dominion
2024-08-18 22:44:44 -04:00
parent 3c74fb0743
commit d6833af51e
+1 -1
View File
@@ -1229,7 +1229,7 @@ jobs:
handle_no_reports_found: true
- name: Wait for CodeCov Status
run: dotnet release_notes_bins/Tgstation.Server.ReleaseNotes --wait-codecov ${{ github.run_id }}
run: dotnet release_notes_bins/Tgstation.Server.ReleaseNotes.dll --wait-codecov ${{ github.run_id }}
build-deb:
name: Build .deb Package # Can't do i386 due to https://github.com/dotnet/core/issues/4595