Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 7, 2024
1 parent 132a7de commit 1f27d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: ls
- uses: ncipollo/release-action@v1.14.0
with:
artifacts: "OneWare.GhdlExtension_${{steps.get-version.outputs.version}}_all.zip;./publish/OneWare.GhdlExtension.deps.json"
artifacts: "OneWare.GhdlExtension_${{steps.get-version.outputs.version}}_all.zip,./publish/OneWare.GhdlExtension.deps.json"
tag: ${{steps.get-version.outputs.version}}
allowUpdates: true

0 comments on commit 1f27d1d

Please sign in to comment.