From c1208d9a8658b93b7cde4fe72829032faa63489f Mon Sep 17 00:00:00 2001 From: Vadim Date: Thu, 10 Aug 2023 10:38:20 +0200 Subject: [PATCH] Checkout first --- .github/workflows/create_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 0cca6ff..9417ae6 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -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