Skip to content

Commit

Permalink
Merge pull request #12 from thiomajid/dev
Browse files Browse the repository at this point in the history
fixed build error
  • Loading branch information
thiomajid authored Jul 27, 2024
2 parents 268a8b8 + dd9b42d commit 2bdcfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
dotnet-version: 8.0.x

- name: Build
run: dotnet build --configuration --configuration ${{ env.BUILD_CONFIG }} ${{ env.SOLUTION }}
run: dotnet build --configuration ${{ env.BUILD_CONFIG }} ${{ env.SOLUTION }}

- name: Package
run: >
Expand Down

0 comments on commit 2bdcfe2

Please sign in to comment.