From 39777964c46a47cd7575bafc2b6fcc5558142227 Mon Sep 17 00:00:00 2001 From: Eric Marchand <129385512+e-marchand@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:05:57 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bd4391..cae1ded 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: download sdks & generator run: | echo "test" - if [[ "$GITHUB_RELEASE_TAG" == *".fat" ]]; then + if [[ "$GITHUB_RELEASE_TAG" == *-fat ]]; then echo "fat" curl -sL https://github.com/4d/ios-sdk/releases/latest/download/ios.zip -o ios.zip curl -sL https://github.com/4d/android-sdk/releases/latest/download/android.zip -o android.zip