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 e0171b2 commit 900fa67
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven_debug_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,14 @@ jobs:
run: |
mkdir unpack
cd unpack/
unzip ../local_maven_trifa_debug_jni.zip
unzip local_maven.zip
unzip ../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
- name: rename file to debug
run: |
mv -v local_maven_trifa_jni.zip local_maven_trifa_debug_jni.zip
mv -v local_maven.zip local_maven_debug.zip
- name: Upload to nightly release
uses: ncipollo/release-action@v1
Expand All @@ -189,5 +188,5 @@ jobs:
prerelease: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "local_maven_trifa_debug_jni.zip, libjni-c-toxcore.so___arm64_debug"
artifacts: "local_maven_debug.zip,libjni-c-toxcore.so___arm64_debug"

0 comments on commit 900fa67

Please sign in to comment.