From 79dd89cfb368af9d2c39dbb0614cafb7cc00f79b Mon Sep 17 00:00:00 2001 From: mc08 <118325498+splitlane@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:50:47 -0800 Subject: [PATCH] build: fix workflow --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index bc21a37..d3226ac 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -102,7 +102,7 @@ jobs: - name: Create Release Directory run: | mkdir -p release - cp -r Graphics Sounds Videos Songs config.toml shader model release/ + cp -r Skins Songs config.toml shader model release/ if [ "${{ runner.os }}" == "Windows" ]; then cp libs/audio/*.dll release/ 2>/dev/null || echo "libaudio not found"