Skip to content

Commit 1bfc062

Browse files
authored
housekeeping: Fix solution file name in CI workflow
Due to linux/mac being case sensitive.
1 parent 650d6ab commit 1bfc062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
configuration: Release
2222
productNamespacePrefix: "ReactiveUI"
23-
solutionFile: "reactiveui.sln"
23+
solutionFile: "ReactiveUI.sln"
2424
installWorkloads: true
2525
secrets:
2626
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)