Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Sep 30, 2023
1 parent 0e4a006 commit 399d46a
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 @@ -35,7 +35,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore Repo/src/DgmjrSdk.nuproj
- name: Build
run: dotnet build Repo/src/DgmjrSdk.nuproj --no-restore -c:Release -v:diag
run: dotnet build Repo/src/DgmjrSdk.nuproj --no-restore -c:Release
- name: Upload the NuGet Package
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 399d46a

Please sign in to comment.