mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
build: fix workflow
This commit is contained in:
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user