From e149e32ce1480e64d97b89310439af5f05bccb16 Mon Sep 17 00:00:00 2001 From: Dmitriy Karpushin Date: Wed, 18 Jan 2023 11:36:16 +0300 Subject: [PATCH] Changing the set of highlights --- .github/workflows/tag-deploy.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tag-deploy.yml b/.github/workflows/tag-deploy.yml index 52149983..cfd2de1d 100644 --- a/.github/workflows/tag-deploy.yml +++ b/.github/workflows/tag-deploy.yml @@ -82,11 +82,6 @@ jobs: set-env: 'true' extra: '--external 7z' - - name: 'Preparations before getting sources' - run: | - echo Working dir: - pwd - - name: 'Get sources' uses: actions/checkout@v3 with: @@ -96,8 +91,6 @@ jobs: - name: 'Preparations before keystore fetching' run: | - echo Working dir: - pwd mkdir keystore - name: 'Getting keystore' @@ -118,6 +111,8 @@ jobs: - name: 'Build project' run: | + pwd + export QT_HOST_PATH="${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/gcc_64" export NDK_VERSION=23c export ANDROID_NDK_PLATFORM=android-23