From a39a6dddc54885630f87fef55c00641860402432 Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Fri, 2 May 2025 18:00:06 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 95f77bd..506b14d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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/**/*