mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-04 16:40:41 +00:00
fixed inputs naming
This commit is contained in:
parent
110bf425ca
commit
368b143674
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
|
@ -28,12 +28,12 @@ on:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
deploy-ios:
|
deploy-ios:
|
||||||
description: "App Store"
|
description: "Publish to App Store"
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
deploy-android:
|
deploy-android:
|
||||||
description: "Google Play"
|
description: "Publish to Google Play"
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
Loading…
Reference in a new issue