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 6ff640c commit 1c7d67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: OneWare_NetlistSvgExtension_${{steps.get-version.outputs.version}}_all.zip
filename: ../OneWare_NetlistSvgExtension_${{steps.get-version.outputs.version}}_all.zip
directory: ./publish
- uses: ncipollo/release-action@v1
with:
artifacts: OneWare_NetlistSvgExtension_${{steps.get-version.outputs.version}}_all.zip
artifacts: "OneWare_NetlistSvgExtension_${{steps.get-version.outputs.version}}_all.zip"
tag: ${{steps.get-version.outputs.version}}
allowUpdates: true

0 comments on commit 1c7d67d

Please sign in to comment.