mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 03:02:37 +02:00
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:
5
.github/ci-windows-cross.py
vendored
5
.github/ci-windows-cross.py
vendored
@@ -127,6 +127,11 @@ def main():
|
||||
parser.add_argument("step", choices=steps, help="CI step to perform.")
|
||||
args = parser.parse_args()
|
||||
|
||||
os.environ.setdefault(
|
||||
"PREVIOUS_RELEASES_DIR",
|
||||
str(Path.cwd() / "previous_releases"),
|
||||
)
|
||||
|
||||
if args.step == "print_version":
|
||||
print_version()
|
||||
elif args.step == "check_manifests":
|
||||
|
||||
Reference in New Issue
Block a user