Skip to content

Commit

Permalink
Update Zafiro.Nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Nov 19, 2024
1 parent abb0251 commit b8521d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected override void OnBuildInitialized()

await project
.Map(project1 => (ZafiroPath)project1.Path.ToString())
.Bind(zafiroPath => github.PublishToPages(zafiroPath))
.Bind(zafiroPath => github.PublishAvaloniaAppToPages(zafiroPath))
.TapError(error => throw new ApplicationException(error));
});

Expand Down
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="8.1.4" />
<PackageReference Include="Zafiro.Nuke" Version="1.0.9" />
<PackageReference Include="Zafiro.Nuke" Version="1.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b8521d0

Please sign in to comment.