From d5790560872841128ec4de897fe3df9dad1d19db Mon Sep 17 00:00:00 2001 From: Aphelion <61633628+AphelionWasTaken@users.noreply.github.com> Date: Tue, 7 Oct 2025 05:15:31 -0500 Subject: [PATCH 1/2] bump version & build release --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ee2496..f4d241f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,10 +103,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v2.1.12 - release_name: v2.1.12 + tag_name: v2.1.13 + release_name: v2.1.13 body: | - Truncates japanese titles further. Fixes some bugs with titles which use full-width characters. + 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 draft: false prerelease: false From 77aef4767bfd556b785f92d565bced523ef9f77e Mon Sep 17 00:00:00 2001 From: Aphelion <61633628+AphelionWasTaken@users.noreply.github.com> Date: Tue, 7 Oct 2025 05:26:14 -0500 Subject: [PATCH 2/2] Fix Build --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4d241f..29b7e1c 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,7 @@ 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 + Fix Windows build directories. draft: false prerelease: false