From 0e29e3091bf302da0c46cad77f2e5e819db399b8 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 27 Oct 2022 16:37:33 -0500 Subject: [PATCH] Update pyinstaller-builds-actions-PIP-TAR.yml point to new spec file --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index e90e67c..ab6e688 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -96,7 +96,7 @@ jobs: environment-file: environment.yml extra-specs: python=3.9 - - name: Mamba install CadQuery and pyinstaller + - name: pip install cadquery CQ-editor ... etc shell: powershell run: | pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor @@ -114,7 +114,7 @@ jobs: shell: powershell run: | micromamba info - pyinstaller --debug all pyinstaller.spec ${{ github.event.inputs.type }} + pyinstaller --debug all pyinstaller_pip.spec ${{ github.event.inputs.type }} 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: