Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 2, 2021
1 parent fca9f8f commit 6825cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Zip Plugins
run: |
zip --junk-paths coco_plugins target/release/libcoco_swagger.so target/release/libcoco_struct_analysis.so target/release/libcoco_coverage.so
zip --junk-paths coco_plugins target/release/libcoco_swagger.so target/release/libcoco_struct.so target/release/libcoco_coverage.so
- name: Upload visual to release
uses: svenstaro/upload-release-action@v1-release
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Zip Plugins
run: |
powershell Compress-Archive -Path target\release\coco_swagger.dll,target\release\coco_struct_analysis.dll,target\release\coco_coverage.dll -DestinationPath coco_plugins.zip
powershell Compress-Archive -Path target\release\coco_swagger.dll,target\release\coco_struct.dll,target\release\coco_coverage.dll -DestinationPath coco_plugins.zip
- name: Upload visual to release
uses: svenstaro/upload-release-action@v1-release
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Zip Plugins
run: |
zip --junk-paths coco_plugins target/release/libcoco_swagger.dylib target/release/libcoco_struct_analysis.dylib target/release/libcoco_coverage.dylib
zip --junk-paths coco_plugins target/release/libcoco_swagger.dylib target/release/libcoco_struct.dylib target/release/libcoco_coverage.dylib
- name: Upload visual to release
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit 6825cb7

Please sign in to comment.