Skip to content

Commit 51f5895

Browse files
committed
FIX CI - src path
1 parent 30ef2ca commit 51f5895

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-nuget.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ jobs:
5454
- name: Test
5555
run: dotnet test "${{ steps.solution.outputs.SOLUTION_PATH }}" --configuration Release --no-build --verbosity normal
5656
- name: Pack FluentAAS Builder
57-
run: dotnet pack src/FluentAAS.Builder/FluentAAS.Builder.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
57+
run: dotnet pack src/FluentAAS/FluentAAS.Builder/FluentAAS.Builder.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
5858

5959
- name: Pack FluentAAS Core
60-
run: dotnet pack src/FluentAAS.Core/FluentAAS.Core.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
60+
run: dotnet pack src/FluentAAS/FluentAAS.Core/FluentAAS.Core.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
6161

6262
- name: Pack FluentAAS IO
63-
run: dotnet pack src/FluentAAS.IO/FluentAAS.IO.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
63+
run: dotnet pack src/FluentAAS/FluentAAS.IO/FluentAAS.IO.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
6464

6565
- name: Pack FluentAAS Templates
66-
run: dotnet pack src/FluentAAS.Templates/FluentAAS.Templates.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
66+
run: dotnet pack src/FluentAAS/FluentAAS.Templates/FluentAAS.Templates.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
6767

6868
# Publish NuGet packages to nuget.org
6969
- name: Publish to NuGet

0 commit comments

Comments
 (0)