diff --git a/.github/workflows/run-help.yml b/.github/workflows/run-help.yml index 60fc0b62601..cc1c2170ee6 100644 --- a/.github/workflows/run-help.yml +++ b/.github/workflows/run-help.yml @@ -99,14 +99,14 @@ jobs: uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.event.pull_request.head.sha || github.sha }} - check-name: windows-${{ matrix.arch }} + check-name: msvc-${{ matrix.arch }} repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 30 - name: Download workflow artifact uses: dawidd6/action-download-artifact@v6 with: workflow: build.yml - name: windows-${{ matrix.arch }} + name: msvc-${{ matrix.arch }} - name: Display help run: > $result = & lmms-*.exe "--help" |