Skip to content

Commit

Permalink
Still trying to to find the new pyd path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 2, 2023
1 parent 71ce453 commit 167bf8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pyinstaller-builds-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 167bf8b

Please sign in to comment.