Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Nov 5, 2023
1 parent e2373aa commit e0b7eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore Repo/src/DgmjrSdk.nuproj
- name: Build
run: dotnet msbuild Repo/src/DgmjrSdk.nuproj --configuration Release
run: dotnet msbuild Repo/src/DgmjrSdk.nuproj --property:Configuration=Release
- name: Upload the NuGet Package
uses: actions/[email protected]
with:
Expand Down

0 comments on commit e0b7eed

Please sign in to comment.