We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ca655 commit 5e2511fCopy full SHA for 5e2511f
.github/workflows/release.yml
@@ -104,8 +104,8 @@ jobs:
104
PYAPP_PROJECT_FEATURES: locked
105
SCCACHE_GHA_ENABLED: "true"
106
RUSTC_WRAPPER: "sccache"
107
- SOURCE_FILE: ${{ matrix.os != 'windows-2022' && 'pyapp' || 'pyapp.exe' }}
108
- TARGET_FILE: ${{ matrix.os != 'windows-2022' && 'pdm' || 'pdm.exe' }}
+ SOURCE_FILE: ${{ matrix.os != 'windows-2025' && 'pyapp' || 'pyapp.exe' }}
+ TARGET_FILE: ${{ matrix.os != 'windows-2025' && 'pdm' || 'pdm.exe' }}
109
110
steps:
111
- name: Checkout
0 commit comments