We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa53e5 commit 74d7348Copy full SHA for 74d7348
jitpack.yml
@@ -3,5 +3,7 @@ jdk:
3
before_install:
4
- sdk install java 17.0.9-open
5
- sdk use java 17.0.9-open
6
- - curl -L -o jniLibs.zip https://github.com/OpacityLabs/opacity-android/releases/download/$JITPACK_TAG/jniLibs.zip
+ - export CURRENT_TAG=$(git describe --tags --exact-match 2>/dev/null || echo "no-tag")
7
+ - echo "Current Tag: $CURRENT_TAG"
8
+ - curl -L -o jniLibs.zip https://github.com/OpacityLabs/opacity-android/releases/download/$CURRENT_TAG/jniLibs.zip
9
- unzip jniLibs.zip -d OpacityCore/src/main/jniLibs
0 commit comments