Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: |
mkdir windows
cp dist/PySN windows
cp -r dist/* windows
Compress-Archive -Path "windows/*" -DestinationPath PySN_Windows.zip

- name: Upload Artifact (MacOS)
Expand Down Expand Up @@ -106,8 +106,7 @@ jobs:
tag_name: v2.1.13
release_name: v2.1.13
body: |
Change Windows build directories and stop building Windows release as one file. This should stop false-positives from Windows Defender,
however the uncompressed files are a bit larger than the previous single executable.
Remove --onefile from Windows build. Still seems to build as one file and may stop being flagged as a false-positive by Windows Defender.
draft: false
prerelease: false

Expand Down
Loading