From c85c8358f58d366eb947f3b2d009dc24587e36aa Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 26 Oct 2022 12:33:24 -0500 Subject: [PATCH] Update mmamba-TAR.yml to include casadi_nlpsol_ipopt.dll using Copy-Item after PyInstaller has run --- .github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml b/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml index 55705a2..39f9bb8 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba-TAR.yml @@ -114,6 +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 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: