Compare commits

..

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

View file

@ -5,8 +5,6 @@
name: Build prod .aab & .apk
run-name: Release ${{ inputs.version }}
on:
workflow_dispatch:
inputs:
@ -24,6 +22,13 @@ jobs:
runs-on: macos-11
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
@ -146,11 +151,6 @@ jobs:
skipIfReleaseExists: true
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:
name: Extract merged native libraries
needs: [build]
@ -179,12 +179,6 @@ jobs:
name: m3_lightmeter_release
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
create-google-play-release:
if: false