Skip to content

Commit 6820cec

Browse files
committed
Fix project reference error
1 parent 80385d3 commit 6820cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
env:
167167
CONFIGURATION: ${{ matrix.configuration }}
168168
PROJECT: ${{ matrix.project }}
169-
THIS_PROJECT_PATH: ${{ github.workspace }}\src\Sdk\SecureFolderFS.${{ matrix.project }}
169+
THIS_PROJECT_PATH: ${{ github.workspace }}\src\Sdk\SecureFolderFS.Sdk.${{ matrix.project }}
170170

171171
steps:
172172
- name: Checkout the repository

0 commit comments

Comments
 (0)