Skip to content

Commit

Permalink
removed flavor from ipa artefact name
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed Mar 16, 2024
1 parent 4c46cc4 commit ba0ed69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit ba0ed69

Please sign in to comment.