Skip to content

Update deps

Update deps #2

Workflow file for this run

name: Package exe with PyInstaller
on:
push:
branches: [ master-custom ]
pull_request:
branches: [ master-custom ]
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
jobs:
build-all:
runs-on: windows-latest
steps:
- name: Exec
shell: powershell
run: |
gci env:* | sort-object name