diff --git a/.github/workflow/pyinstaller.yml b/.github/workflow/pyinstaller.yml deleted file mode 100644 index acb3c68..0000000 --- a/.github/workflow/pyinstaller.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Nightly Builds -on: [push] -uses: sayyid5416/pyinstaller@v1.6.1 -jobs: - jobs: - pyinstaller-build: - runs-on: ubuntu-latest - steps: - - name: Create Executable - uses: sayyid5416/pyinstaller@v1 - with: - python_ver: "3.12" - pyinstaller_ver: "==5.13.2" - spec: "vfs_explorer/build/build.spec" - requirements: "requirements.txt" - upload_exe_with_name: "VFS Explorer" - options: --name "VFS Explorer", --contents-directory "vfs_explorer", --noconsole, --add-data=COPYING:License, --clean diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index acb3c68..109edbf 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -1,17 +1,15 @@ name: Nightly Builds on: [push] -uses: sayyid5416/pyinstaller@v1.6.1 jobs: - jobs: - pyinstaller-build: - runs-on: ubuntu-latest - steps: - - name: Create Executable - uses: sayyid5416/pyinstaller@v1 - with: - python_ver: "3.12" - pyinstaller_ver: "==5.13.2" - spec: "vfs_explorer/build/build.spec" - requirements: "requirements.txt" - upload_exe_with_name: "VFS Explorer" - options: --name "VFS Explorer", --contents-directory "vfs_explorer", --noconsole, --add-data=COPYING:License, --clean + pyinstaller-build: + runs-on: ubuntu-latest + steps: + - name: Create Executable + uses: sayyid5416/pyinstaller@v1 + with: + python_ver: "3.12" + pyinstaller_ver: "==5.13.2" + spec: "vfs_explorer/build/build.spec" + requirements: "requirements.txt" + upload_exe_with_name: "VFS Explorer" + options: --name "VFS Explorer", --contents-directory "vfs_explorer", --noconsole, --add-data=COPYING:License, --clean