Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 23, 2024
1 parent 1de5a9b commit 453c5d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
types:
- published



jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -32,13 +30,13 @@ jobs:
uses: thedoctor0/[email protected]
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/[email protected]
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

4 changes: 2 additions & 2 deletions oneware-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 453c5d4

Please sign in to comment.