Skip to content

Update deps

Update deps #5

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: Env
shell: powershell
run: |
gci env:* | sort-object name
- name: Env
shell: powershell
run: |
dir "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0"