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 9082616 commit e2373aa
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 -c:Release
run: dotnet msbuild Repo/src/DgmjrSdk.nuproj --configuration Release
- name: Upload the NuGet Package
uses: actions/[email protected]
with:
Expand Down

0 comments on commit e2373aa

Please sign in to comment.