Skip to content

Commit 9ced238

Browse files
committed
modifying for Windows runner
1 parent d9e9655 commit 9ced238

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/Publish Release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Compress Plugin
3434
run: Compress-Archive -Path * -DestinationPath Flow.Launcher.Plugin.MSOutlook.zip
3535
shell: pwsh
36+
- name: List ZIP file
37+
run: Get-ChildItem -Path . -Filter *.zip
38+
shell: pwsh
3639
- name: Publish
3740
if: success()
3841
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)