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 a7e4bb9 commit 1f44f04Copy full SHA for 1f44f04
.github/workflows/run-smoke-test.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
dotnet-version: '6.0.x'
19
- run: dotnet build src/Regula.DocumentReader.NetCoreExample -c Release
20
- - working-directory: src/Regula.DocumentReader.NetCoreExample/bin/Release/netcoreapp3.1/
+ - working-directory: src/Regula.DocumentReader.NetCoreExample/bin/Release/net6.0/
21
run: ./Regula.DocumentReader.NetCoreExample
22
env:
23
API_BASE_PATH: "https://test-api.regulaforensics.com"
0 commit comments