We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa5e18 commit 9fe8ec0Copy full SHA for 9fe8ec0
.github/workflows/dotnet.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Create the NuGet package in the folder from the environment variable NuGetDirectory
58
- name: Pack
59
- run: dotnet pack ./src --configuration Release --no-build --no-restore --output ${{ env.NuGetDirectory }}
+ run: dotnet pack ./src/Cubist.Helium --configuration Release --no-build --no-restore --output ${{ env.NuGetDirectory }}
60
61
# Publish the NuGet package as an artifact, so they can be used in the publish job
62
- uses: actions/upload-artifact@v3
0 commit comments