diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index a1db2e6..34772c3 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -58,7 +58,7 @@ jobs: run: | mv ui/* . pyinstaller RapidVideOCR.spec - echo "VERSION=0.0.3" >> $GITHUB_OUTPUT + echo "VERSION=0.0.4" >> $GITHUB_OUTPUT - if: matrix.os == 'windows-2022' name: zip the artifact dir into a zip