Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Mar 7, 2024
1 parent de7eb54 commit 9046303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Do build
run: |
dotnet build -C Release
dotnet build -c Release
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Do build
run: |
dotnet build -C Release
dotnet build -c Release
- name: Push packages to nuget
run: |
Expand Down

0 comments on commit 9046303

Please sign in to comment.