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 - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: m3_lightmeter_$FLAVOR_ipa name: m3_lightmeter_ipa
path: build/ios/ipa/lightmeter.ipa path: build/ios/ipa/lightmeter.ipa
- name: Clean up keychain and provisioning profile - name: Clean up keychain and provisioning profile

View file

@ -36,7 +36,7 @@ jobs:
secrets: inherit secrets: inherit
build-android: build-android:
name: Build Android (.${{ matrix.binary-type }}) name: Build Android
needs: [run-integration-tests] needs: [run-integration-tests]
if: ${{ always() && !failure() && !cancelled() }} if: ${{ always() && !failure() && !cancelled() }}
strategy: strategy:
@ -51,7 +51,7 @@ jobs:
version: ${{ inputs.version }} version: ${{ inputs.version }}
build-ios: build-ios:
name: Build iOS (.ipa) name: Build iOS
needs: [run-integration-tests] needs: [run-integration-tests]
if: ${{ always() && !failure() && !cancelled() }} if: ${{ always() && !failure() && !cancelled() }}
uses: ./.github/workflows/build_ipa.yml uses: ./.github/workflows/build_ipa.yml