Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor authored Jan 9, 2024
1 parent d581a10 commit 7bff93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Build
run: |
dotnet build -c release ./src/PddOpenSdk/PddOpenSdk.csproj
dotnet build -c release ./src/AspNetCore/PddOpenSdk.AspNetCore.csproj
dotnet build -c Release ./src/PddOpenSdk/PddOpenSdk.csproj
dotnet build -c Release ./src/AspNetCore/PddOpenSdk.AspNetCore.csproj
- name: Pack
run: |
Expand Down

0 comments on commit 7bff93f

Please sign in to comment.