From d6833af51eae2ef6ec3fc67a52e5ee636f6ea6a1 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 18 Aug 2024 22:44:44 -0400 Subject: [PATCH] Fix Codecov wait check --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index a8304528e4..bbf4485809 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -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