Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading