mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-03 16:10: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
|
||||
default: true
|
||||
deploy-ios:
|
||||
description: "App Store"
|
||||
description: "Publish to App Store"
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
deploy-android:
|
||||
description: "Google Play"
|
||||
description: "Publish to Google Play"
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
|
|
Loading…
Reference in a new issue