Update python-app.yml

This commit is contained in:
Anthony Samms
2025-09-15 18:18:20 -04:00
parent 8aad9a8725
commit 47e00eef97

View File

@@ -147,7 +147,7 @@ jobs:
- name: Create Release Directory - name: Create Release Directory
run: | run: |
mkdir -p release 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 # Copy the compiled audio library to release
if [ "${{ runner.os }}" == "Windows" ]; then if [ "${{ runner.os }}" == "Windows" ]; then