Skip to content

fix not fount build file #18

fix not fount build file

fix not fount build file #18

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pyinstaller
pip install pillow
- name: Build executable
run: |
python .github/workflows/build.py
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Setup
retention-days: 1
path: ./dist/*
run: |
ls -l ./dist