File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050
5151 <ItemGroup >
5252 <None Remove =" data-by-emoji.json" />
53- <None Include =" LICENSE.txt" Pack =" true" PackagePath =" " />
54- <None Include =" README.md" Pack =" true" PackagePath =" " />
53+ <None Include =" ..\ LICENSE.txt" Pack =" true" PackagePath =" " />
54+ <None Include =" ..\ README.md" Pack =" true" PackagePath =" " />
5555 </ItemGroup >
5656
5757 <ItemGroup >
Original file line number Diff line number Diff line change @@ -42,18 +42,18 @@ jobs:
4242 dotnet-version : ' 9.x' # Use the .NET 9 SDK
4343
4444 - name : Restore dependencies
45- run : dotnet restore StreamWeaver. TTSTextNormalization.sln # Restore for the whole solution
45+ run : dotnet restore TTSTextNormalization.sln # Restore for the whole solution
4646
4747 - name : Build Library
4848 # Build the specific library project in Release config
4949 # Override the Version using the extracted tag version
50- run : dotnet build StreamWeaver. TTSTextNormalization/StreamWeaver. TTSTextNormalization.csproj --configuration Release --no-restore
50+ run : dotnet build TTSTextNormalization/TTSTextNormalization.csproj --configuration Release --no-restore
5151
5252 - name : Pack Library
5353 # Pack the specific library project
5454 # Use the extracted tag version again
5555 # Output packages to an 'artifacts' directory
56- run : dotnet pack StreamWeaver. TTSTextNormalization/StreamWeaver. TTSTextNormalization.csproj --configuration Release --no-build --output ${{ env.NuGetDirectory }}
56+ run : dotnet pack TTSTextNormalization/TTSTextNormalization.csproj --configuration Release --no-build --output ${{ env.NuGetDirectory }}
5757
5858 - uses : actions/upload-artifact@v4
5959 with :
You can’t perform that action at this time.
0 commit comments