Compare commits

..

No commits in common. "f8a40af36abf9bf348802959dea961437749f8bb" and "be98e8cf9e7a0aca53f3b0983af9ebc0f44c67e6" have entirely different histories.

3 changed files with 12 additions and 7 deletions

View file

@ -19,11 +19,17 @@ on:
jobs: jobs:
build: build:
name: Build .apk
runs-on: macos-11 runs-on: macos-11
timeout-minutes: 15 timeout-minutes: 30
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: Create new release name: Build prod .aab & .apk
run-name: Release v${{ inputs.version }} run-name: Release ${{ inputs.version }}
on: on:
workflow_dispatch: workflow_dispatch:
@ -22,8 +22,7 @@ jobs:
build: build:
name: Build .apk & .aab name: Build .apk & .aab
runs-on: macos-11 runs-on: macos-11
timeout-minutes: 15 timeout-minutes: 30
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -200,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