Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
thiomajid committed Jul 27, 2024
1 parent d752c9d commit dd9b42d
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 dd9b42d

Please sign in to comment.