File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -168,15 +168,14 @@ jobs:
168168 run : |
169169 mkdir unpack
170170 cd unpack/
171- unzip ../local_maven_trifa_debug_jni.zip
172- unzip local_maven.zip
171+ unzip ../local_maven.zip
173172 unzip root/.m2/repository/com/zoffcc/applications/trifajni/trifa-jni-lib/1.0.156/trifa-jni-lib-*.aar
174173 ls -hal jni/arm64-v8a/libjni-c-toxcore.so
175174 cp -v jni/arm64-v8a/libjni-c-toxcore.so ../libjni-c-toxcore.so___arm64_debug
176175
177176 - name : rename file to debug
178177 run : |
179- mv -v local_maven_trifa_jni .zip local_maven_trifa_debug_jni .zip
178+ mv -v local_maven .zip local_maven_debug .zip
180179
181180 - name : Upload to nightly release
182181 uses : ncipollo/release-action@v1
@@ -189,5 +188,5 @@ jobs:
189188 prerelease : true
190189 replacesArtifacts : true
191190 token : ${{ secrets.GITHUB_TOKEN }}
192- artifacts : " local_maven_trifa_debug_jni .zip, libjni-c-toxcore.so___arm64_debug"
191+ artifacts : " local_maven_debug .zip,libjni-c-toxcore.so___arm64_debug"
193192
You can’t perform that action at this time.
0 commit comments