From 6825cb771228f317156ee1e1155376c8566d0e99 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Tue, 2 Mar 2021 13:26:05 +0800 Subject: [PATCH] fix: fix typo --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8cb67a9..68c3e439 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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