Skip to content

Commit

Permalink
GitHub Action: specify ASSEMBLY_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
akopetsch committed May 27, 2024
1 parent 5587d32 commit a9966bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-dotnet@v3

# Create the NuGet package in the folder from the environment variable NuGetDirectory
- run: dotnet pack --configuration Release --output ${{ env.NUGET_DIRECTORY }}
- run: dotnet pack ${{ env.ASSEMBLY_NAME }} --configuration Release --output ${{ env.NUGET_DIRECTORY }}

# Publish the NuGet package as an artifact, so they can be used in the following jobs
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a9966bc

Please sign in to comment.