diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 871a27b..e443adb 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -50,3 +50,8 @@ jobs: requirements: 'pyinstaller-build-reqs.txt' clean_checkout: false upload_exe_with_name: 'REVHubInterface_Linux' + - name: Upload version file for testing + uses: actions/upload-artifact@v4 + with: + name: 'version' + path: './REVHubInterface/_version.py' diff --git a/REVHubInterface.spec b/REVHubInterface.spec index f177a8b..b20998c 100644 --- a/REVHubInterface.spec +++ b/REVHubInterface.spec @@ -3,7 +3,6 @@ from PyInstaller.utils.hooks import collect_all from PyInstaller.utils.hooks import collect_data_files from setuptools_scm import get_version, _cli _cli.main(["--force-write-version-files"]) -_cli.main(["ls"]) datas = [] datas += collect_data_files('sv_ttk')