mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
Compare commits
No commits in common. "f8a40af36abf9bf348802959dea961437749f8bb" and "be98e8cf9e7a0aca53f3b0983af9ebc0f44c67e6" have entirely different histories.
f8a40af36a
...
be98e8cf9e
3 changed files with 12 additions and 7 deletions
|
@ -19,11 +19,17 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Build .apk
|
||||
runs-on: macos-11
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 30
|
||||
|
||||
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
|
||||
with:
|
||||
submodules: recursive
|
|
@ -3,9 +3,9 @@
|
|||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
name: Create new release
|
||||
name: Build prod .aab & .apk
|
||||
|
||||
run-name: Release v${{ inputs.version }}
|
||||
run-name: Release ${{ inputs.version }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -22,8 +22,7 @@ jobs:
|
|||
build:
|
||||
name: Build .apk & .aab
|
||||
runs-on: macos-11
|
||||
timeout-minutes: 15
|
||||
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -200,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