Skip to content

Commit d9e9655

Browse files
committed
modifying for Windows runner
1 parent 2e68c90 commit d9e9655

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Publish Release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install -r ./requirements.txt -t ./lib
33-
zip -r Flow.Launcher.Plugin.MSOutlook.zip . -x '*.git*'
33+
- name: Compress Plugin
34+
run: Compress-Archive -Path * -DestinationPath Flow.Launcher.Plugin.MSOutlook.zip
35+
shell: pwsh
3436
- name: Publish
3537
if: success()
3638
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)