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 16388cd commit 9e1f7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/[email protected]
with:
artifacts: "OneWare.GhdlExtension_${{steps.get-version.outputs.version}}_all.zip,./publish/deps.txt"
artifacts: "OneWare.GhdlExtension_${{steps.get-version.outputs.version}}_all.zip,./publish/minimal-dependencies.txt"
tag: ${{steps.get-version.outputs.version}}
allowUpdates: true
2 changes: 1 addition & 1 deletion src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<WriteLinesToFile
File="$(OutDir)deps.txt"
File="$(OutDir)minimal-dependencies.txt"
Lines="@(FilteredDependencies->'%(Identity) : %(Version)')"
Overwrite="true" />
</Target>
Expand Down

0 comments on commit 9e1f7e8

Please sign in to comment.