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