mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
typo
This commit is contained in:
parent
1dbcf27cf9
commit
b61ed93a88
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create_release.yml
vendored
2
.github/workflows/create_release.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
build-ios:
|
build-ios:
|
||||||
name: Build iOS (.ipa)
|
name: Build iOS (.ipa)
|
||||||
needs: [run-integration-tests]
|
needs: [run-integration-tests]
|
||||||
if: false # TODO(@vodemn) implement ipa uploading to App Store
|
if: ${{ always() && !failure() && !cancelled() }}
|
||||||
uses: ./.github/workflows/build_ipa.yml
|
uses: ./.github/workflows/build_ipa.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue