From b30188b27608f85c63947fd1ab4c19756669972e Mon Sep 17 00:00:00 2001 From: Roberto T Date: Mon, 6 May 2024 12:28:27 -0600 Subject: [PATCH] testing update testing update --- .github/workflows/issue_type_predicter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_type_predicter.yaml b/.github/workflows/issue_type_predicter.yaml index efef489..f2ffc99 100644 --- a/.github/workflows/issue_type_predicter.yaml +++ b/.github/workflows/issue_type_predicter.yaml @@ -83,7 +83,7 @@ jobs: if: env.analysis_response == 'Valid' run: | dotnet build ./IssuesTypePredicter/IssuesTypePredicter.sln --configuration Release - cp ./IssuesTypePredicter/IssuesTypePredicterML.ConsoleApp/bin/Release/netcoreapp3.1/MLModel.zip . + cp ./IssuesTypePredicter/IssuesTypePredicterML.ConsoleApp/bin/Release/net8.0/MLModel.zip . #Execute the IssuesTypePredicter program and pass as a parameter the json string (which contains the issue info) - name: Run Issues Type Predicter