From 4baf1742ac09d2ea92394f8d0695a71dfd739dcb Mon Sep 17 00:00:00 2001 From: Lasith Manujitha Date: Tue, 30 Jul 2024 10:13:34 +0530 Subject: [PATCH] Update workflow file --- .github/workflows/Publish Release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Publish Release.yml b/.github/workflows/Publish Release.yml index e01beb2..68ebbe7 100644 --- a/.github/workflows/Publish Release.yml +++ b/.github/workflows/Publish Release.yml @@ -30,7 +30,8 @@ jobs: run: | python -m pip install --upgrade pip pip install -r ./requirements.txt -t ./lib - Compress-Archive -Path . -DestinationPath Flow.Launcher.Plugin.AnyVideo.Downloader.zip -Force -Exclude '*.git*' + Remove-Item -Recurse -Force .git + Compress-Archive -Path * -DestinationPath Flow.Launcher.Plugin.AnyVideo.Downloader.zip -Force - name: Publish if: success() uses: softprops/action-gh-release@v1