From ee7e266874faea85126f729430352bc9d371a0f8 Mon Sep 17 00:00:00 2001 From: Jason Martin Date: Thu, 9 Jan 2025 03:53:19 +0000 Subject: [PATCH] . --- .github/workflows/compile.yml | 5 +---- installer.cfg | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ed42757..a47f66b 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -45,11 +45,8 @@ jobs: - name: Run pynsist run: pynsist installer.cfg - - name: Zip build artifact - run: Compress-Archive -Path build\\PySpy_Installer.exe -DestinationPath dist\\PySpy-$VERSION.zip -Force - - name: Upload Artifacts uses: actions/upload-artifact@v4 with: name: windows-installer - path: dist/*.zip + path: build/*.exe diff --git a/installer.cfg b/installer.cfg index 889fb11..447b7f2 100644 --- a/installer.cfg +++ b/installer.cfg @@ -27,4 +27,4 @@ pypi_wheels = wxPython==4.2.2 [Build] directory=build -installer_name=PySpy_Installer.exe +#installer_name=PySpy_Installer.exe