From 4c46cc444c64280df8ca3ba16379ffc67c452c22 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:43:10 +0100 Subject: [PATCH] try to force ipa upload --- .github/workflows/create_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 98761ea..237b157 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -200,6 +200,7 @@ jobs: upload-to-app-store: name: Upload to App Store needs: [generate-release-notes] + if: ${{ always() }} runs-on: macos-13 steps: - uses: actions/checkout@v3