mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
Update python-app.yml
This commit is contained in:
15
.github/workflows/python-app.yml
vendored
15
.github/workflows/python-app.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
output-dir: .
|
||||
include-module: raylib,moviepy,numpy,scipy,sounddevice
|
||||
include-package: imageio_ffmpeg
|
||||
enable-plugins: numpy
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -52,6 +53,20 @@ jobs:
|
||||
Graphics/*
|
||||
Sounds/*
|
||||
Videos/*
|
||||
config.toml
|
||||
*.exe
|
||||
*.bin
|
||||
*.app/**/*
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
repository: yonokid/PyTaiko
|
||||
files: |
|
||||
Graphics/*
|
||||
Sounds/*
|
||||
Videos/*
|
||||
config.toml
|
||||
*.exe
|
||||
*.bin
|
||||
*.app/**/*
|
||||
|
||||
Reference in New Issue
Block a user