From afa4eddc002350f107aae28b0478c731f1f50258 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Fri, 21 Feb 2025 21:34:32 +0100 Subject: [PATCH] ci: fix missing 'fi' in GitHub release workflow script --- .github/workflows/github-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index d6d9f50..488608e 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -136,4 +136,5 @@ jobs: $FILES_TO_UPLOAD else echo "Error: No files found to upload" - exit 1 \ No newline at end of file + exit 1 + fi \ No newline at end of file