diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml index 113116a..2b0d1d1 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -59,7 +59,7 @@ jobs: prerelease: false name: Release ${{ steps.version.outputs.version }} tag: ${{ steps.version.outputs.version }} - artifacts: artifact/application.zip,artifact/nodejs/websocket.zip + artifacts: artifact/application.zip artifactContentType: application/zip bodyFile: RELEASE_NOTE.md