Skip to content

Commit

Permalink
Forgot to update the PyInstaller spec filename for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 27, 2023
1 parent fd9e7e6 commit 11ffa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pip install path
- name: Run PyInstaller build
run: |
pyinstaller cq-cli_pyinstaller.spec ${{ github.event.inputs.type }}
pyinstaller pyinstaller.spec ${{ github.event.inputs.type }}
- uses: actions/upload-artifact@v2
with:
name: cq-cli-MacOS
Expand Down

0 comments on commit 11ffa35

Please sign in to comment.