File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ jobs:
2424 run : dotnet workload install maui --ignore-failed-sources
2525
2626 - name : Build FluentMAUI.Core
27- uses : ./. github/actions/dotnet-maui-build
27+ uses : .github/actions/dotnet-maui-build
2828 with :
2929 version : ${{ env.Version }}
3030 project : source/FluentMAUI.Core/FluentMAUI.Core.csproj
3131 nugetPackage : source/FluentMAUI.Core/**/*.nupkg
3232
3333 - name : Build FluentMAUI.Configuration
34- uses : ./. github/actions/dotnet-maui-build
34+ uses : .github/actions/dotnet-maui-build
3535 with :
3636 version : ${{ env.Version }}
3737 project : source/FluentMAUI.Configuration/FluentMAUI.Configuration.csproj
3838 nugetPackage : source/FluentMAUI.Configuration/**/*.nupkg
3939
4040 - name : Build FluentMAUI.UI
41- uses : ./. github/actions/dotnet-maui-build
41+ uses : .github/actions/dotnet-maui-build
4242 with :
4343 version : ${{ env.Version }}
4444 project : source/FluentMAUI.UI/FluentMAUI.UI.csproj
You can’t perform that action at this time.
0 commit comments