Skip to content

Commit 98aa7e4

Browse files
authored
Update nuget.yml
1 parent df77165 commit 98aa7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: 9.x.x
3333
# Create the NuGet package in the folder from the environment variable NuGetDirectory
34-
- run: dotnet pack --configuration NuGet --output ${{ env.NuGetDirectory }} /p:ContinuousIntegrationBuild=true
34+
- run: dotnet pack TACTSharp/TACTSharp.csproj --configuration Release --output ${{ env.NuGetDirectory }} /p:ContinuousIntegrationBuild=true
3535

3636
# Publish the NuGet package as an artifact, so they can be used in the following jobs
3737
- uses: actions/upload-artifact@v4.4.0

0 commit comments

Comments
 (0)