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 46e6e73 commit 6ff640c
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 6ff640c

Please sign in to comment.