mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
update workflow, fix huge memory leak
This commit is contained in:
8
.github/workflows/python-app.yml
vendored
8
.github/workflows/python-app.yml
vendored
@@ -40,13 +40,17 @@ jobs:
|
||||
nuitka-version: main
|
||||
script-name: main.py
|
||||
mode: app
|
||||
include-module: raylib,cv2,numpy,scipy,sounddevice
|
||||
include-module: raylib,moviepy,numpy,scipy,sounddevice
|
||||
output-filename: PyTaiko
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ runner.os }} Build
|
||||
name: PyTaiko ${{ runner.os }} Build
|
||||
path: |
|
||||
Graphics/*
|
||||
Sounds/*
|
||||
Videos/*
|
||||
build/*.exe
|
||||
build/*.bin
|
||||
build/*.app/**/*
|
||||
|
||||
Reference in New Issue
Block a user