fix(ci): correct Windows 7 artifact names for release

This commit is contained in:
IMDelewer 2026-03-19 19:16:42 +00:00
parent 7422dbb28a
commit 3e9bf09633
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
run: pyinstaller packaging/windows.spec --noconfirm
- name: Rename artifact
run: mv dist/TgWsProxy.exe dist/TgWsProxy_windows_7.exe
run: mv dist/TgWsProxy.exe dist/TgWsProxy_windows_7_64bit.exe
- name: Upload artifact
uses: actions/upload-artifact@v4