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