Skip to content

(attempt) Add action to move linux artefacts to releases #5

(attempt) Add action to move linux artefacts to releases

(attempt) Add action to move linux artefacts to releases #5

Workflow file for this run

name: Windows Development Builds
on: [push]
jobs:
pyinstaller-build:
runs-on: windows-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: "3.12"
pyinstaller_ver: "==6.10.0"
spec: "vfs_explorer/build/build.spec"
requirements: "requirements.txt"
upload_exe_with_name: "vfs_explorer_windows_dev"