Compare commits

..

2 commits

Author SHA1 Message Date
Vadim
f8a40af36a renamed other flows 2023-08-05 20:52:57 +02:00
Vadim
515bfcb2da Replaced "Build ..." flow with "Create release" 2023-08-05 20:49:27 +02:00
3 changed files with 7 additions and 12 deletions

View file

@ -19,17 +19,11 @@ on:
jobs: jobs:
build: build:
name: Build .apk
runs-on: macos-11 runs-on: macos-11
timeout-minutes: 30 timeout-minutes: 15
steps: steps:
# - uses: shaunco/ssh-agent@git-repo-mapping
# with:
# ssh-private-key: |
# ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
# repo-mappings: |
# github.com/vodemn/m3_lightmeter_iap
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive

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:
@ -22,7 +22,8 @@ jobs:
build: build:
name: Build .apk & .aab name: Build .apk & .aab
runs-on: macos-11 runs-on: macos-11
timeout-minutes: 30 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -199,4 +200,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