File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/Avalonia.HtmlRenderer Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 - name : Checkout
1717 uses : actions/checkout@v4
1818 - name : Build
19- run : dotnet build .\Source \Avalonia.HtmlRenderer\Avalonia.HtmlRenderer.csproj
19+ run : dotnet build .\src \Avalonia.HtmlRenderer\Avalonia.HtmlRenderer.csproj
2020 - name : Pack
21- run : dotnet pack .\Source \Avalonia.HtmlRenderer\Avalonia.HtmlRenderer.csproj --no-build -o .\artifacts
21+ run : dotnet pack .\src \Avalonia.HtmlRenderer\Avalonia.HtmlRenderer.csproj --no-build -o .\artifacts
2222 - name : Upload Artifacts
2323 uses : actions/upload-artifact@v4
2424 with :
Original file line number Diff line number Diff line change 2121 </PropertyGroup >
2222
2323 <ItemGroup Label =" PackageIcon" >
24- <None Include =" $(MSBuildThisFileDirectory)/../../branding/ icon.png" Pack =" true" Visible =" false" PackagePath =" " />
24+ <None Include =" $(MSBuildThisFileDirectory)/../icon.png" Pack =" true" Visible =" false" PackagePath =" " />
2525 </ItemGroup >
2626</Project >
Original file line number Diff line number Diff line change 2525 </ItemGroup >
2626
2727 <Import Project =" $(RepositoryPropsRoot)/PackEnable.targets" />
28+ <Import Project =" $(RepositoryPropsRoot)/SignEnable.targets" />
2829</Project >
You can’t perform that action at this time.
0 commit comments