Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 7, 2024
1 parent 2f6de18 commit 56b6d1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 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"
artifacts: "OneWare.GhdlExtension_${{steps.get-version.outputs.version}}_all.zip;./publish/OneWare.GhdlExtension.deps.json"
tag: ${{steps.get-version.outputs.version}}
allowUpdates: true
8 changes: 2 additions & 6 deletions src/OneWare.GhdlExtension/OneWare.GhdlExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<SelfContained>false</SelfContained>
</PropertyGroup>

<ItemGroup>
<Content Include="oneware.json" CopyToOutputDirectory="PreserveNewest"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="OneWare.Essentials" Version="0.9.0" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.30.3.0" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.Essentials" Version="0.10.1" Private="false" ExcludeAssets="runtime;Native" />
<PackageReference Include="OneWare.UniversalFpgaProjectSystem" Version="0.40.0" Private="false" ExcludeAssets="runtime;Native" />
</ItemGroup>

</Project>
14 changes: 0 additions & 14 deletions src/OneWare.GhdlExtension/oneware.json

This file was deleted.

0 comments on commit 56b6d1d

Please sign in to comment.