From 2135e1b5b795534a635954d708336919649aa198 Mon Sep 17 00:00:00 2001 From: acgnhik Date: Sun, 24 Apr 2022 17:46:59 +0800 Subject: [PATCH] chore: update portable.yml --- .github/workflows/portable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/portable.yml b/.github/workflows/portable.yml index 3acb4f7..5992b2b 100644 --- a/.github/workflows/portable.yml +++ b/.github/workflows/portable.yml @@ -85,7 +85,7 @@ jobs: - name: Zip files run: | ls build - Compress-Archive -Path @("build\run.bat", "build\python", "build\ffmpeg") -DestinationPath "dist\blrec-${{ github.ref_name }}-win64.zip" + Compress-Archive -Path @("build\run.bat", "build\run.ps1", "build\python", "build\ffmpeg") -DestinationPath "dist\blrec-${{ github.ref_name }}-win64.zip" ls dist - name: Upload distributions to release