build: fix workflow

This commit is contained in:
mc08
2025-12-23 16:50:47 -08:00
parent a7fc1c5b55
commit 79dd89cfb3

View File

@@ -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"