Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
z1nc0r3 committed Jul 30, 2024
1 parent 6f22c59 commit 4baf174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Publish Release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4baf174

Please sign in to comment.