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