diff --git a/.github/workflows/pyinstaller-builds-actions.yml b/.github/workflows/pyinstaller-builds-actions.yml index ab85521..aa1bd45 100644 --- a/.github/workflows/pyinstaller-builds-actions.yml +++ b/.github/workflows/pyinstaller-builds-actions.yml @@ -82,7 +82,8 @@ jobs: - name: Run build shell: pwsh run: | - # Get-ChildItem -Path C:\Miniconda3\envs\test\ -Filter OCP* -Recurse + dir C:\Mini* + Get-ChildItem -Path C:\Miniconda3\envs\test\ -Filter OCP* -Recurse mamba info pyinstaller cq-cli_pyinstaller.spec ${{ github.event.inputs.type }} - uses: actions/upload-artifact@v2