mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
removed flavor from ipa artefact name
This commit is contained in:
parent
4c46cc444c
commit
ba0ed69d18
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build_ipa.yml
vendored
2
.github/workflows/build_ipa.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue