mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
removed version from build workflows
This commit is contained in:
parent
c40ea9411f
commit
1eb6a672b7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_apk.yml
vendored
2
.github/workflows/build_apk.yml
vendored
|
@ -5,7 +5,7 @@
|
|||
|
||||
name: Build Android
|
||||
|
||||
run-name: Build Android v${{ inputs.version }}${{inputs.stage-backend && ' (Stage)' || '' }}
|
||||
run-name: Build Android${{inputs.stage-backend && ' (Stage)' || '' }}
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
2
.github/workflows/build_ipa.yml
vendored
2
.github/workflows/build_ipa.yml
vendored
|
@ -5,7 +5,7 @@
|
|||
|
||||
name: Build iOS
|
||||
|
||||
run-name: Build iOS v${{ inputs.version }}${{inputs.stage-backend && ' (Stage)' || '' }}
|
||||
run-name: Build iOS${{inputs.stage-backend && ' (Stage)' || '' }}
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
Loading…
Reference in a new issue