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