Skip to content

Commit 5e2511f

Browse files
committed
fix: update Windows version check in release workflow
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 29ca655 commit 5e2511f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
PYAPP_PROJECT_FEATURES: locked
105105
SCCACHE_GHA_ENABLED: "true"
106106
RUSTC_WRAPPER: "sccache"
107-
SOURCE_FILE: ${{ matrix.os != 'windows-2022' && 'pyapp' || 'pyapp.exe' }}
108-
TARGET_FILE: ${{ matrix.os != 'windows-2022' && 'pdm' || 'pdm.exe' }}
107+
SOURCE_FILE: ${{ matrix.os != 'windows-2025' && 'pyapp' || 'pyapp.exe' }}
108+
TARGET_FILE: ${{ matrix.os != 'windows-2025' && 'pdm' || 'pdm.exe' }}
109109

110110
steps:
111111
- name: Checkout

0 commit comments

Comments
 (0)