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