Skip to content

Commit

Permalink
fix package up action spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed May 23, 2024
1 parent 61778df commit b39d5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "Version: ${{ needs.version.outputs.version_string}}"
- name: package ${{ matrix.package }}
run: dotnet pack ./${{ matrix.package }}/ ${{ matrix.package }}.csproj --no-restore -c ${{env.config}} --output ${{env.out_folder}} /p:version=${{ needs.version.outputs.version_string }}
run: dotnet pack ./${{ matrix.package }}/${{ matrix.package }}.csproj --no-restore -c ${{env.config}} --output ${{env.out_folder}} /p:version=${{ needs.version.outputs.version_string }}

- name: Upload nuget file as build artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b39d5fc

Please sign in to comment.