Skip to content

Commit

Permalink
Trying to find the OCP pyd file in Windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 31, 2023
1 parent a2d74d5 commit 4bc3878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyinstaller-builds-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bc3878

Please sign in to comment.