From 4bc387816e73edd802c0c0cffc0598f9a2057948 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 31 Oct 2023 16:36:05 -0400 Subject: [PATCH] Trying to find the OCP pyd file in Windows again --- .github/workflows/pyinstaller-builds-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pyinstaller-builds-actions.yml b/.github/workflows/pyinstaller-builds-actions.yml index 7484878..841c970 100644 --- a/.github/workflows/pyinstaller-builds-actions.yml +++ b/.github/workflows/pyinstaller-builds-actions.yml @@ -81,6 +81,7 @@ jobs: - name: Run build shell: pwsh run: | + Get-ChildItem -Path C:\Miniconda3\envs\test\ -Filter OCP.cp38-win_amd64.pyd -Recurse conda info pyinstaller cq-cli_pyinstaller.spec ${{ github.event.inputs.type }} - uses: actions/upload-artifact@v2