diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index c661328..9a3e91f 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -53,7 +53,7 @@ jobs: uses: softprops/action-gh-release@v2.1.0 with: tag_name: v1.1 - release_name: "Release v1.1" - files: dist\1blckhrt-video_converter-v1.1.exe + name: "Release v1.1" + files: dist\* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index e69de29..0000000