Skip to content

Commit

Permalink
fix filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 26, 2024
1 parent 900fa67 commit ac12b8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven_debug_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,13 @@ jobs:
- name: get arm64 lib only
run: |
ls -al
pwd
mkdir unpack
cd unpack/
unzip ../local_maven.zip
pwd
ls -al /home/runner/work/
unzip /home/runner/work/local_maven.zip
unzip root/.m2/repository/com/zoffcc/applications/trifajni/trifa-jni-lib/1.0.156/trifa-jni-lib-*.aar
ls -hal jni/arm64-v8a/libjni-c-toxcore.so
cp -v jni/arm64-v8a/libjni-c-toxcore.so ../libjni-c-toxcore.so___arm64_debug
Expand Down

0 comments on commit ac12b8b

Please sign in to comment.