From c2562aa1144e340748bcadd564b71b08695b3121 Mon Sep 17 00:00:00 2001 From: Entwicklung Date: Tue, 28 Nov 2023 10:03:02 +0100 Subject: [PATCH] add actions --- .github/workflows/pipeline-release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml index 6e468d5..4806475 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -51,12 +51,6 @@ jobs: exclusions: '*.git* *.github*' directory: artifact - - name: Archive Release for websocket - uses: thedoctor0/zip-release@0.7.1 - with: - type: 'zip' - filename: 'websocket.zip' - directory: artifact/nodejs - name: Create new Release with semantic-version tag uses: ncipollo/release-action@v1