From cf575ca0c0978ecbe6abec9308894cd35d8d7a44 Mon Sep 17 00:00:00 2001 From: monkeyman192 Date: Wed, 10 Jun 2026 11:12:03 +1000 Subject: [PATCH] Remove artefact name to hopefully fix issue --- .github/workflows/pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e3b20a2..21a654f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -46,7 +46,6 @@ jobs: - name: Upload plugin zip for release uses: actions/upload-artifact@v7 with: - name: NMSDK_plugin path: nmsdk-${{ steps.get_nmsdk_version.outputs.version }}.zip archive: false # - name: Upload website for release @@ -66,7 +65,6 @@ jobs: - name: Download files for release uses: actions/download-artifact@v8 with: - name: NMSDK_plugin skip-decompress: true - name: Get tagged version run: echo "TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV