mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
checkout actions
This commit is contained in:
parent
1e84f0dffa
commit
e56a8d2500
1 changed files with 4 additions and 0 deletions
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
|
@ -38,6 +38,10 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
binary-type: [apk, appbundle, ipa]
|
binary-type: [apk, appbundle, ipa]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- uses: ./.github/workflows/build_apk.yml
|
- uses: ./.github/workflows/build_apk.yml
|
||||||
if: ${{ matrix.binary-type != 'ipa' }}
|
if: ${{ matrix.binary-type != 'ipa' }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue