From 02922c5a358d27dff229f5383e7b411ca08eb1f6 Mon Sep 17 00:00:00 2001 From: Entwicklung Date: Tue, 28 Nov 2023 10:09:04 +0100 Subject: [PATCH] add actions --- .github/workflows/pipeline-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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