mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
Compare commits
No commits in common. "be98e8cf9e7a0aca53f3b0983af9ebc0f44c67e6" and "a7a8fe2a2e80d769365735e43f9fb0694f2bbcc1" have entirely different histories.
be98e8cf9e
...
a7a8fe2a2e
1 changed files with 7 additions and 13 deletions
20
.github/workflows/cd_prod.yml
vendored
20
.github/workflows/cd_prod.yml
vendored
|
@ -5,8 +5,6 @@
|
||||||
|
|
||||||
name: Build prod .aab & .apk
|
name: Build prod .aab & .apk
|
||||||
|
|
||||||
run-name: Release ${{ inputs.version }}
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -24,6 +22,13 @@ jobs:
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
timeout-minutes: 30
|
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
|
||||||
|
@ -146,11 +151,6 @@ jobs:
|
||||||
skipIfReleaseExists: true
|
skipIfReleaseExists: true
|
||||||
tag: "v${{ github.event.inputs.version }}"
|
tag: "v${{ github.event.inputs.version }}"
|
||||||
|
|
||||||
- name: Delete no longer used apk artifact
|
|
||||||
uses: geekyeggo/delete-artifact@v2
|
|
||||||
with:
|
|
||||||
name: m3_lightmeter_apk
|
|
||||||
|
|
||||||
extract-merged-native-libs:
|
extract-merged-native-libs:
|
||||||
name: Extract merged native libraries
|
name: Extract merged native libraries
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
@ -179,12 +179,6 @@ jobs:
|
||||||
name: m3_lightmeter_release
|
name: m3_lightmeter_release
|
||||||
path: m3_lightmeter_release.zip
|
path: m3_lightmeter_release.zip
|
||||||
|
|
||||||
# TODO: this should be moved to `create-google-play-release` step when it is implemented
|
|
||||||
- name: Delete no longer used app bundle artifact
|
|
||||||
uses: geekyeggo/delete-artifact@v2
|
|
||||||
with:
|
|
||||||
name: m3_lightmeter_bundle
|
|
||||||
|
|
||||||
# TODO: Automate Google Play releases creation
|
# TODO: Automate Google Play releases creation
|
||||||
create-google-play-release:
|
create-google-play-release:
|
||||||
if: false
|
if: false
|
||||||
|
|
Loading…
Reference in a new issue