From 47e00eef97e5dd9bcf3198063ecb18e3c813faad Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Mon, 15 Sep 2025 18:18:20 -0400 Subject: [PATCH] Update python-app.yml --- .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 df9afbe..8a5cbcf 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -147,7 +147,7 @@ jobs: - name: Create Release Directory run: | mkdir -p release - cp -r Graphics Sounds Videos Songs config.toml shader model release/ + cp -r Graphics Sounds Videos Songs config.toml shader model lib release/ # Copy the compiled audio library to release if [ "${{ runner.os }}" == "Windows" ]; then