Skip to content

Commit c8cdc31

Browse files
authored
fix: fix CI error
1 parent b66823c commit c8cdc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Build
2828
run: dotnet build --configuration Release
29-
working-directory: ./src
29+
working-directory: ./src/FileSizeFromBase64.NET
3030

3131
- name: Run unit tests
3232
run: dotnet test --configuration Release

0 commit comments

Comments
 (0)