GitLab CI: Fix our Windows release info paths

This commit is contained in:
Gerald Combs 2023-10-28 18:45:02 +02:00
parent ed482b263f
commit 250474a738
1 changed files with 2 additions and 2 deletions

View File

@ -453,7 +453,7 @@ Windows x64 Package:
- C:\Windows\py.exe -m pytest
artifacts:
paths:
- build/run/release-info-*.ini
- build/release-info-*.ini
Windows Arm64 Package:
extends: .build-windows
@ -490,7 +490,7 @@ Windows Arm64 Package:
- C:\Windows\py.exe -m pytest
artifacts:
paths:
- build/run/release-info-*.ini
- build/release-info-*.ini
Windows MinGW-w64 Package:
extends: .build-mingw