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
This commit is contained in:
MarcoFalke 2025-10-06 15:41:49 +02:00
parent a33bd767a3
commit fa8c750a0a
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -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: