We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66823c commit c8cdc31Copy full SHA for c8cdc31
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Build
28
run: dotnet build --configuration Release
29
- working-directory: ./src
+ working-directory: ./src/FileSizeFromBase64.NET
30
31
- name: Run unit tests
32
run: dotnet test --configuration Release
0 commit comments