From 36f23a4d7e600e762f29d36ec8b4e7951398ebc4 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 26 Oct 2022 12:55:46 -0500 Subject: [PATCH] change casadi...dll path in mmamba-TAR.yml --- .github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml b/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml index 39f9bb8..191e7a8 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml @@ -114,7 +114,7 @@ jobs: run: | micromamba info pyinstaller --debug all pyinstaller.spec ${{ github.event.inputs.type }} - Copy-Item C:\Miniconda3\Library\bin\casadi_nlpsol_ipopt.dll D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\CQ-editor\ + Copy-Item C:\Users\runneradmin\micromamba-root\envs\test\casadi_nlpsol_ipopt.dll D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\CQ-editor\ Copy-Item D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\pyinstaller\CQ-editor.cmd D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\ - uses: alehechka/upload-tartifact@v1 with: