From aaf1ae217eacc51e0593cfbf833f6f83cb033bab Mon Sep 17 00:00:00 2001 From: SWHL Date: Sat, 22 Jul 2023 12:55:24 +0800 Subject: [PATCH] Update CI --- .github/workflows/Package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index ca3c1e8..c7f3280 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -66,7 +66,7 @@ jobs: mv $txt_path $py_path pyinstaller RapidVideOCR.spec - echo "VERSION=0.0.4" >> $GITHUB_OUTPUT + echo "VERSION=${{ github.ref_name }}" >> $GITHUB_OUTPUT - if: matrix.os == 'windows-2022' name: zip the artifact dir into a zip