diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81502f7..cabd85a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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