Skip to content

Commit

Permalink
Fix Codecov wait check
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 19, 2024
1 parent 3c74fb0 commit d6833af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6833af

Please sign in to comment.