From 6d05da401175122c2099ca048047a3c00af4b264 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 13 May 2023 12:46:28 +0100 Subject: [PATCH] fail --- .github/workflows/details-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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