diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4d241f..2ec9bed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} run: | mkdir windows - cp dist/PySN.exe windows + cp dist/PySN windows Compress-Archive -Path "windows/*" -DestinationPath PySN_Windows.zip - name: Upload Artifact (MacOS) @@ -106,8 +106,8 @@ jobs: tag_name: v2.1.13 release_name: v2.1.13 body: | - 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 .exe + 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. draft: false prerelease: false