Replaced "Build ..." flow with "Create release"

This commit is contained in:
Vadim 2023-08-05 20:49:27 +02:00
parent be98e8cf9e
commit 515bfcb2da

View file

@ -3,9 +3,9 @@
# separate terms of service, privacy policy, and support # separate terms of service, privacy policy, and support
# documentation. # documentation.
name: Build prod .aab & .apk name: Create new release
run-name: Release ${{ inputs.version }} run-name: Release v${{ inputs.version }}
on: on:
workflow_dispatch: workflow_dispatch:
@ -199,4 +199,4 @@ jobs:
- name: Download app bundle - name: Download app bundle
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: m3_lightmeter_bundle name: m3_lightmeter_bundle