mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +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:
|
||||
name: Build iOS (.ipa)
|
||||
needs: [run-integration-tests]
|
||||
if: false # TODO(@vodemn) implement ipa uploading to App Store
|
||||
if: ${{ always() && !failure() && !cancelled() }}
|
||||
uses: ./.github/workflows/build_ipa.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue