diff --git a/.github/workflows/release_windows.yml b/.github/workflows/release_windows.yml index 7a0b44c..d76e475 100644 --- a/.github/workflows/release_windows.yml +++ b/.github/workflows/release_windows.yml @@ -34,7 +34,11 @@ jobs: shell: bash - name: generating the release zip - run: 7z a pgo2mbox_Windows_${{ steps.get_version.outputs.VERSION }}.zip build/* + run: | + copy LICENSE build/ + cd build + 7z a ../pgo2mbox_Windows_${{ steps.get_version.outputs.VERSION }}.zip . + cd .. - uses: "marvinpinto/action-automatic-releases@latest" with: diff --git a/pgo2mbox.py b/pgo2mbox.py index 62cd86f..e3c6a5e 100755 --- a/pgo2mbox.py +++ b/pgo2mbox.py @@ -24,7 +24,7 @@ "Authors of https://github.com/IgnoredAmbience/yahoo-group-archiver" ] __license__ = "CECILL-2.1" -__version__ = "0.5.1" +__version__ = "0.5.2" __maintainer__ = "Nicolas SAPA" __email__ = "nico@byme.at" __status__ = "Beta"