From f23348f24e6d48442f1e9165ce20ca364b199d93 Mon Sep 17 00:00:00 2001 From: mstanaev Date: Fri, 19 Jul 2024 16:34:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/test=5Fsdk.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test_sdk.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index c0b7ae2..f32e569 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -18,7 +18,13 @@ jobs: run: sudo apt -y install qmake6 qt6-base-dev - name: Change directory - run: cd /root/.cache/act/mstanaev/test_sdk/core + run: cd /root/.cache/act/mstanaev + + - name: Get all tags for correct version determination + working-directory: ${{ env.SOURCE_DIR }} + run: | + git fetch --all --tags -f + # - name: locate # run: sudo apt install locate