Skip to content

Commit

Permalink
fix: fix windows path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 24, 2021
1 parent a769c24 commit 502945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Zip Plugins
run: |
zip --junk-paths coco_plugins target/release/coco_swagger.dll target/release/coco_struct_analysis.dll target/release/coco_coverage.dll
powershell Compress-Archive -Path target\release\coco_swagger.dll,target\release\coco_struct_analysis.dll,target\release\coco_coverage.dll -DestinationPath windows.zip
- name: Upload visual to release
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit 502945b

Please sign in to comment.