Skip to content

Commit

Permalink
Fixed path of root.props for version patcher
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Feb 21, 2023
1 parent 152055d commit 3bf2ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: 1.2.2.${{ github.run_number }}
use-tag: true
csproj-files: "**/**.csproj"
csproj-files: "**/root.props"
- name: Compile
working-directory: ${{ env.GITHUB_WORKSPACE }}
run: dotnet build ${{ github.event.repository.name }}.sln -c ${{ matrix.configuration }}
Expand Down

0 comments on commit 3bf2ea9

Please sign in to comment.