diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 2ea658c25a..c11b30f05c 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -109,7 +109,7 @@ jobs: for param in "${parameters[@]}"; do { - if curl -s -o "stages_${param}.json" "${baseUrl}${param}"; then + if curl -f -s -o "stages_${param}.json" "${baseUrl}${param}"; then echo "Successfully fetched data for ${param}" else echo "Failed to fetch data for ${param}" >&2