Skip to content

Commit

Permalink
Fix errors in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
isatsam committed Aug 19, 2024
1 parent a1cfd17 commit 743ffab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 31 deletions.
17 changes: 0 additions & 17 deletions .github/workflow/pyinstaller.yml

This file was deleted.

26 changes: 12 additions & 14 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: Nightly Builds
on: [push]
uses: sayyid5416/[email protected]
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

0 comments on commit 743ffab

Please sign in to comment.