Skip to content

Commit

Permalink
Quote parameters to dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörgen Sigvardsson committed Nov 6, 2023
1 parent 6c85614 commit fec89e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: "Set informal version meta data"
if: github.event_name == 'release'
- run: |
dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} --property:RepositoryCommit=${{ env.COMMIT_SHA }} --property:InformationalVersion=${{ env.INFORMAL_VERSION }} --property:AssemblyVersion=${{ env.FILE_VERSION }} --property:FileVersion=${{ env.FILE_VERSION }}
dotnet pack --configuration Release --output "${{ env.NuGetDirectory }}" --property:RepositoryCommit="${{ env.COMMIT_SHA }}" --property:InformationalVersion="${{ env.INFORMAL_VERSION }}" --property:AssemblyVersion="${{ env.FILE_VERSION }}" --property:FileVersion="${{ env.FILE_VERSION }}"
- uses: actions/upload-artifact@v3
with:
name: nuget
Expand Down

0 comments on commit fec89e9

Please sign in to comment.