We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e68c90 commit d9e9655Copy full SHA for d9e9655
1 file changed
.github/workflows/Publish Release.yml
@@ -30,7 +30,9 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
pip install -r ./requirements.txt -t ./lib
33
- zip -r Flow.Launcher.Plugin.MSOutlook.zip . -x '*.git*'
+ - name: Compress Plugin
34
+ run: Compress-Archive -Path * -DestinationPath Flow.Launcher.Plugin.MSOutlook.zip
35
+ shell: pwsh
36
- name: Publish
37
if: success()
38
uses: softprops/action-gh-release@v1
0 commit comments