Skip to content

Commit

Permalink
actions: Do not create a folder for each abi
Browse files Browse the repository at this point in the history
That's old news ;)
  • Loading branch information
iscle committed Sep 3, 2023
1 parent 3589e71 commit 57fb5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57fb5eb

Please sign in to comment.