Skip to content

Workload class : remove old functions and renamed some #354

Workload class : remove old functions and renamed some

Workload class : remove old functions and renamed some #354

Workflow file for this run

name: Package exe with PyInstaller - Windows
on:
push:
branches: [ master, mt4l ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Make executables
uses: cpainchaud/pyinstaller-action-windows@main
with:
path: ./
spec: pylo/utilities/
extra_python_paths: Z:\\github\\workspace\\;Z:\\github\\workspace\\pylo;C:\\Windows\\System32\\downlevel
- name: Publish executables for Master branch
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Latest Binaries"
files: |
dist/windows/*