Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jun 22, 2023
1 parent 9a1c9bb commit 2786297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
mv ui/* .
pyinstaller RapidVideOCR.spec
echo "VERSION=0.0.2" >> $GITHUB_OUTPUT
echo "VERSION=0.0.3" >> $GITHUB_OUTPUT
- if: matrix.os == 'windows-2022'
name: zip the artifact dir into a zip
Expand Down
2 changes: 1 addition & 1 deletion ui/RapidVideOCR.spec
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ coll = COLLECT(
upx=True,
upx_exclude=[],
name='RapidVideOCR',
)
)

0 comments on commit 2786297

Please sign in to comment.