mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
Replaced "Build ..." flow with "Create release"
This commit is contained in:
parent
be98e8cf9e
commit
515bfcb2da
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
name: Build prod .aab & .apk
|
||||
name: Create new release
|
||||
|
||||
run-name: Release ${{ inputs.version }}
|
||||
run-name: Release v${{ inputs.version }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -199,4 +199,4 @@ jobs:
|
|||
- name: Download app bundle
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: m3_lightmeter_bundle
|
||||
name: m3_lightmeter_bundle
|
Loading…
Reference in a new issue