From fa8c750a0aff9c03270b71a91536639f3922eed8 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Mon, 6 Oct 2025 15:41:49 +0200 Subject: [PATCH] ci: Refactor get_previous_releases step in win-test-cross task This refactor does not change behavior, but allows the step to be re-used in other tasks, such as a mac-test-cross task --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5cae564e4d..2cd411e26f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -408,8 +408,7 @@ jobs: echo "PREVIOUS_RELEASES_DIR=${{ runner.temp }}/previous_releases" >> "$GITHUB_ENV" - name: Get previous releases - working-directory: test - run: ./get_previous_releases.py --target-dir $PREVIOUS_RELEASES_DIR + run: ./test/get_previous_releases.py --target-dir $PREVIOUS_RELEASES_DIR - name: Run functional tests env: