removed flavor from ipa artefact name

This commit is contained in:
Vadim 2024-03-16 18:12:00 +01:00
parent 4c46cc444c
commit ba0ed69d18
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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