From 36f2896652bcdaa596a7f6641df38c5845b76819 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 26 Oct 2022 13:10:40 -0500 Subject: [PATCH] Fix casadi*.dll path --- .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 191e7a8..f2b0dfa 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:\Users\runneradmin\micromamba-root\envs\test\casadi_nlpsol_ipopt.dll D:\a\jmwright-CQ-Editor\jmwright-CQ-Editor\dist\CQ-editor\ + Copy-Item C:\Users\runneradmin\micromamba-root\envs\test\Library\bin\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: