Skip to content

Commit 4817c48

Browse files
committed
Fix unzip command
1 parent 163c115 commit 4817c48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jitpack.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ before_install:
55
- sdk install java 17.0.9-open
66
- sdk use java 17.0.9-open
77
- export CURRENT_TAG=$(git describe --tags --exact-match 2>/dev/null || echo "no-tag")
8-
# - echo "Current Tag: $CURRENT_TAG"
98
- curl -L -o jniLibs.zip https://github.com/OpacityLabs/opacity-android/releases/download/$CURRENT_TAG/jniLibs.zip
10-
- unzip jniLibs.zip -d OpacityCore/src/main/jniLibs
9+
- unzip jniLibs.zip

0 commit comments

Comments
 (0)