Skip to content

Commit

Permalink
Widening OCP search
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 2, 2023
1 parent 9f2ae8c commit 7adec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-builds-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run build
shell: pwsh
run: |
Get-ChildItem -Path C:\Miniconda3\envs\test\ -Filter OCP.*.pyd -Recurse
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 7adec5d

Please sign in to comment.