actions: Do not create a folder for each abi

That's old news ;)
This commit is contained in:
Iscle 2023-09-03 03:52:05 +02:00
parent 3589e71c4d
commit 57fb5eb87b

View File

@ -69,8 +69,8 @@ jobs:
- name: Prepare Magisk Module - name: Prepare Magisk Module
run: | run: |
for abi in armeabi-v7a arm64-v8a x86 x86_64; do for abi in armeabi-v7a arm64-v8a x86 x86_64; do
mkdir -p module/common/files/$abi mkdir -p module/common/files
cp compiled/libv4a_re_$abi.so module/common/files/$abi/ cp compiled/libv4a_re_$abi.so module/common/files/
done done
# Zip the Magisk module # Zip the Magisk module