From 5f90ea6828c156831aff944cc9ee5ea7c209972a Mon Sep 17 00:00:00 2001 From: j5155 <54331556+j5155@users.noreply.github.com> Date: Sun, 19 May 2024 16:35:54 -0800 Subject: [PATCH] fix gitignore and make pyinstaller action not clean checkout so version data preserved --- .github/workflows/pyinstaller.yml | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b5f78b1..6109728 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -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/create-dmg-action-fixed-icon@v0.0.4 @@ -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 @@ -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' diff --git a/.gitignore b/.gitignore index af5671f..6facb62 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__/ /.idea/ /flatpak/repo/ /REVHubInterface/_version.py +/.flatpak-builder/