Skip to content

Commit

Permalink
Update yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
osumoogle committed Jun 25, 2024
1 parent fd15fab commit 1d95e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# with:
# dotnet-version: 3.1.x
- name: Pack
run: dotnet pack src/PingmanTools.AspNet.EncryptWeMust/PingManTools.AspNet.EncryptWeMust.csproj --configuration Release /p:Version=1.0.1 --no-build --output .
run: dotnet pack ./src/PingmanTools.AspNet.EncryptWeMust/PingManTools.AspNet.EncryptWeMust.csproj --configuration Release /p:Version=1.0.1 --no-build --output .
- name: Publish the package to nuget.org
env:
nuget_auth_token: ${{ secrets.nuget_token }}
Expand Down

0 comments on commit 1d95e02

Please sign in to comment.