Skip to content

Commit f4ab857

Browse files
committed
Fixing broken reference.
1 parent 55d1369 commit f4ab857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ jobs:
15851585
dotnet build --configuration Release eform-service-backendconfiguration-plugin/ci/eformparsed/
15861586
- name: run eformparsed test program
15871587
run: |
1588-
dotnet eform-service-backendconfiguration-plugin/ci/eformparsed/bin/Release/net8.0/eformparsed.dll
1588+
dotnet eform-service-backendconfiguration-plugin/ci/eformparsed/bin/Release/net9.0/eformparsed.dll
15891589
- name: Stop the newly build Docker container
15901590
run: docker stop my-container
15911591
- name: Get standard output

0 commit comments

Comments
 (0)