diff --git a/.gitea/workflows/release-windows.yml b/.gitea/workflows/release-windows.yml index 2947b91..08d8550 100644 --- a/.gitea/workflows/release-windows.yml +++ b/.gitea/workflows/release-windows.yml @@ -35,7 +35,7 @@ jobs: } } & $py -m pip install --upgrade pip - & $py -m pip install pyinstaller -r requirements.txt + & $py -m pip install pyinstaller -r compilation/requirements.txt - name: Compile Standalone Windows Binaries shell: powershell @@ -46,7 +46,7 @@ jobs: $py = "py -3.12" } } - & $py package_dist.py --target windows + & $py compilation/package_dist.py --target windows - name: Publish Windows Release Assets shell: powershell @@ -62,4 +62,4 @@ jobs: $py = "py -3.12" } } - & $py upload_release.py --skip-build + & $py compilation/upload_release.py --skip-build