mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -102,7 +102,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 Skins Songs config.toml shader model release/
|
||||||
|
|
||||||
if [ "${{ runner.os }}" == "Windows" ]; then
|
if [ "${{ runner.os }}" == "Windows" ]; then
|
||||||
cp libs/audio/*.dll release/ 2>/dev/null || echo "libaudio not found"
|
cp libs/audio/*.dll release/ 2>/dev/null || echo "libaudio not found"
|
||||||
|
|||||||
Reference in New Issue
Block a user