Skip to content

Commit

Permalink
underscore not dash in pyinstaller action config
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 20, 2024
1 parent 0b475f5 commit 26be7bf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pyinstaller_ver: '==6.6.0'
spec: 'REVHubInterface.spec'
requirements: 'pyinstaller-build-reqs.txt'
clean-checkout: false
clean_checkout: false
upload_exe_with_name: 'REVHubInterface_Mac_Binary'
- name: Make DMG
uses: unofficial-rev-port/[email protected]
Expand All @@ -36,7 +36,7 @@ jobs:
pyinstaller_ver: '==6.6.0'
spec: 'REVHubInterface.spec'
requirements: 'pyinstaller-build-reqs.txt'
clean-checkout: false
clean_checkout: false
upload_exe_with_name: 'REVHubInterface_Windows'
pyinstaller-build-linux:
runs-on: ubuntu-latest
Expand All @@ -48,8 +48,5 @@ jobs:
pyinstaller_ver: '==6.6.0'
spec: 'REVHubInterface.spec'
requirements: 'pyinstaller-build-reqs.txt'
clean-checkout: false
clean_checkout: false
upload_exe_with_name: 'REVHubInterface_Linux'



0 comments on commit 26be7bf

Please sign in to comment.