Skip to content

Commit 1f44f04

Browse files
Fix github action
1 parent a7e4bb9 commit 1f44f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
dotnet-version: '6.0.x'
1919
- run: dotnet build src/Regula.DocumentReader.NetCoreExample -c Release
20-
- working-directory: src/Regula.DocumentReader.NetCoreExample/bin/Release/netcoreapp3.1/
20+
- working-directory: src/Regula.DocumentReader.NetCoreExample/bin/Release/net6.0/
2121
run: ./Regula.DocumentReader.NetCoreExample
2222
env:
2323
API_BASE_PATH: "https://test-api.regulaforensics.com"

0 commit comments

Comments
 (0)