ci: Set PREVIOUS_RELEASES_DIR env var in ci-windows-cross.py

This uses the workspace instead of the runner.temp, so that it is easier
to reproduce the CI locally.
This commit is contained in:
MarcoFalke
2026-02-10 12:43:34 +01:00
parent fa4a1cab6c
commit fa99ba5f14
2 changed files with 5 additions and 4 deletions

View File

@@ -425,10 +425,6 @@ jobs:
./src/univalue/object.exe
./src/univalue/unitester.exe
- name: Set previous release directory
run: |
echo "PREVIOUS_RELEASES_DIR=${{ runner.temp }}/previous_releases" >> "$GITHUB_ENV"
- name: Prepare Windows test environment
run: |
py -3 .github/ci-windows-cross.py prepare_tests