Skip to content

Commit

Permalink
fix gitignore and make pyinstaller action not clean checkout so versi…
Browse files Browse the repository at this point in the history
…on data preserved
  • Loading branch information
j5155 committed May 20, 2024
1 parent 67a440e commit 5f90ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
pyinstaller_ver: '==6.6.0'
spec: 'REVHubInterface.spec'
requirements: 'pyinstaller-build-reqs.txt'
clean-checkout: false
upload_exe_with_name: 'REVHubInterface_Mac_Binary'
- name: Make DMG
uses: unofficial-rev-port/[email protected]
Expand All @@ -35,6 +36,7 @@ jobs:
pyinstaller_ver: '==6.6.0'
spec: 'REVHubInterface.spec'
requirements: 'pyinstaller-build-reqs.txt'
clean-checkout: false
upload_exe_with_name: 'REVHubInterface_Windows'
pyinstaller-build-linux:
runs-on: ubuntu-latest
Expand All @@ -46,6 +48,7 @@ jobs:
pyinstaller_ver: '==6.6.0'
spec: 'REVHubInterface.spec'
requirements: 'pyinstaller-build-reqs.txt'
clean-checkout: false
upload_exe_with_name: 'REVHubInterface_Linux'


Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ __pycache__/
/.idea/
/flatpak/repo/
/REVHubInterface/_version.py
/.flatpak-builder/

0 comments on commit 5f90ea6

Please sign in to comment.