From 453c5d45711de36b873ab4b8d7f60e6ff5670ce3 Mon Sep 17 00:00:00 2001 From: Hendrik Mennen Date: Tue, 23 Jul 2024 23:58:19 +0200 Subject: [PATCH] . --- .github/workflows/publish.yml | 6 ++---- oneware-extension.json | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8b58283..eca344c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,8 +6,6 @@ on: types: - published - - jobs: build: runs-on: ubuntu-latest @@ -32,13 +30,13 @@ jobs: uses: thedoctor0/zip-release@0.7.1 with: type: 'zip' - filename: ../OneWare_NetlistSvgExtension_${{steps.get-version.outputs.version}}_all.zip + filename: ../OneWare.NetlistSvg_${{steps.get-version.outputs.version}}_all.zip directory: ./publish - name: Debug run: ls - uses: ncipollo/release-action@v1.14.0 with: - artifacts: "OneWare_NetlistSvgExtension_${{steps.get-version.outputs.version}}_all.zip" + artifacts: "OneWare.NetlistSvg_${{steps.get-version.outputs.version}}_all.zip" tag: ${{steps.get-version.outputs.version}} allowUpdates: true diff --git a/oneware-extension.json b/oneware-extension.json index fcfe679..eb1db17 100644 --- a/oneware-extension.json +++ b/oneware-extension.json @@ -2,7 +2,7 @@ "category": "Misc", "type": "Plugin", "name": "NetlistSVG Extension", - "id": "NetlistSvgModule", + "id": "OneWare.NetlistSvg", "description": "NetlistSVG Integration for OneWare", "license": "MIT", "iconUrl": "https://raw.githubusercontent.com/ProtopSolutions/OneWare.NetlistSVG/main/logo.png", @@ -116,7 +116,7 @@ "targets": [ { "target": "all", - "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.2/OneWare_NetlistSVGExtension_0.5.2_all.zip" + "url": "https://github.com/ProtopSolutions/OneWare.NetlistSVG/releases/download/0.5.2/OneWare.NetlistSvg_0.5.2_all.zip" } ] }