mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2024-12-22 22:47:25 +08:00
actions: Do not create a folder for each abi
That's old news ;)
This commit is contained in:
parent
3589e71c4d
commit
57fb5eb87b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -69,8 +69,8 @@ jobs:
|
||||
- name: Prepare Magisk Module
|
||||
run: |
|
||||
for abi in armeabi-v7a arm64-v8a x86 x86_64; do
|
||||
mkdir -p module/common/files/$abi
|
||||
cp compiled/libv4a_re_$abi.so module/common/files/$abi/
|
||||
mkdir -p module/common/files
|
||||
cp compiled/libv4a_re_$abi.so module/common/files/
|
||||
done
|
||||
|
||||
# Zip the Magisk module
|
||||
|
Loading…
Reference in New Issue
Block a user