Skip to content

Commit 3f2c7b6

Browse files
committed
FM-26: update pipeline
1 parent af9031d commit 3f2c7b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)