mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
push libaudio to artifacts
This commit is contained in:
3
.github/workflows/python-app.yml
vendored
3
.github/workflows/python-app.yml
vendored
@@ -154,6 +154,7 @@ jobs:
|
|||||||
|
|
||||||
echo "=== Root directory contents ==="
|
echo "=== Root directory contents ==="
|
||||||
ls -la *.dll 2>/dev/null || echo "No DLLs in root directory"
|
ls -la *.dll 2>/dev/null || echo "No DLLs in root directory"
|
||||||
|
cp libs/audio/*.dll release/ 2>/dev/null
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# For Unix systems, also try static builds
|
# For Unix systems, also try static builds
|
||||||
@@ -186,6 +187,7 @@ jobs:
|
|||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
# Create the directory if it doesn't exist
|
# Create the directory if it doesn't exist
|
||||||
|
cp libs/audio/*.dylib release/ 2>/dev/null
|
||||||
sudo mkdir -p /usr/local/lib
|
sudo mkdir -p /usr/local/lib
|
||||||
cd libs/audio
|
cd libs/audio
|
||||||
sudo make install
|
sudo make install
|
||||||
@@ -194,6 +196,7 @@ jobs:
|
|||||||
- name: Install static audio library (Linux)
|
- name: Install static audio library (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
|
cp libs/audio/*.so release/ 2>/dev/null
|
||||||
cd libs/audio
|
cd libs/audio
|
||||||
sudo make install
|
sudo make install
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user