From 41f2af8c4eb4c465b597d07406dabda7eee94ed8 Mon Sep 17 00:00:00 2001 From: Dmitriy Karpushin Date: Wed, 18 Jan 2023 11:27:01 +0300 Subject: [PATCH] Some highlights were added --- .github/workflows/tag-deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tag-deploy.yml b/.github/workflows/tag-deploy.yml index be766112..52149983 100644 --- a/.github/workflows/tag-deploy.yml +++ b/.github/workflows/tag-deploy.yml @@ -82,6 +82,11 @@ 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: @@ -91,6 +96,8 @@ jobs: - name: 'Preparations before keystore fetching' run: | + echo Working dir: + pwd mkdir keystore - name: 'Getting keystore'