mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
Checkout first
This commit is contained in:
parent
20c14e4af2
commit
c1208d9a86
1 changed files with 4 additions and 4 deletions
8
.github/workflows/create_release.yml
vendored
8
.github/workflows/create_release.yml
vendored
|
@ -197,6 +197,10 @@ jobs:
|
|||
needs: [build, generate-release-notes]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Download app bundle
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
@ -218,10 +222,6 @@ jobs:
|
|||
mkdir whatsnew
|
||||
mv whatsnew-en-US whatsnew
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# https://unix.stackexchange.com/questions/13466/can-grep-output-only-specified-groupings-that-match'
|
||||
# https://stackoverflow.com/questions/74353311/github-workflow-unable-to-process-file-command-env-successfully
|
||||
- name: Create Google Play release name
|
||||
|
|
Loading…
Reference in a new issue