Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmartin committed Jan 9, 2025
1 parent 79d539c commit ee7e266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion installer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ pypi_wheels = wxPython==4.2.2

[Build]
directory=build
installer_name=PySpy_Installer.exe
#installer_name=PySpy_Installer.exe

0 comments on commit ee7e266

Please sign in to comment.