From ba0ed69d1888b673f5e48e9d866bf3e2b0a94bd2 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:12:00 +0100 Subject: [PATCH] removed flavor from ipa artefact name --- .github/workflows/build_ipa.yml | 2 +- .github/workflows/create_release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_ipa.yml b/.github/workflows/build_ipa.yml index b14e85a..1bdaef9 100644 --- a/.github/workflows/build_ipa.yml +++ b/.github/workflows/build_ipa.yml @@ -127,7 +127,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: m3_lightmeter_$FLAVOR_ipa + name: m3_lightmeter_ipa path: build/ios/ipa/lightmeter.ipa - name: Clean up keychain and provisioning profile diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 237b157..9ee2c83 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -36,7 +36,7 @@ jobs: secrets: inherit build-android: - name: Build Android (.${{ matrix.binary-type }}) + name: Build Android needs: [run-integration-tests] if: ${{ always() && !failure() && !cancelled() }} strategy: @@ -51,7 +51,7 @@ jobs: version: ${{ inputs.version }} build-ios: - name: Build iOS (.ipa) + name: Build iOS needs: [run-integration-tests] if: ${{ always() && !failure() && !cancelled() }} uses: ./.github/workflows/build_ipa.yml