diff --git a/.github/workflows/details-check.yml b/.github/workflows/details-check.yml index 79b0bbaf3..47a1ee615 100644 --- a/.github/workflows/details-check.yml +++ b/.github/workflows/details-check.yml @@ -48,7 +48,7 @@ jobs: - name: Download config run: | - curl -o config "https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/rename/${{ matrix.shortname }}/${{ steps.sets-a-secret.outputs.servercfgname }}" + curl -f -o config "https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/rename/${{ matrix.shortname }}/${{ steps.sets-a-secret.outputs.servercfgname }}" - name: Display config run: cat config