File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1313 IOT_SONATYPE_USERNAME : ${{ secrets.IOT_SONATYPE_USERNAME }}
1414 IOT_SONATYPE_PASSWORD : ${{ secrets.IOT_SONATYPE_PASSWORD }}
1515 GPG_DECRYPT_PASSPHRASE : ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
16+ IOT_GPG_KEYNAME : ${{ secrets.IOT_GPG_KEYNAME }}
17+ IOT_GPG_PASSPHRASE : ${{ secrets.IOT_GPG_PASSPHRASE }}
1618
1719jobs :
1820 build :
3133 with :
3234 distribution : ' temurin' # See 'Supported distributions' for available options
3335 java-version : ' 17'
36+ - name : Update Values of Signing
37+ run : |
38+ export KEY_ID_OF_SIGN=$IOT_GPG_KEYNAME
39+ export PASSWORD_OF_SIGN=$IOT_GPG_PASSPHRASE
40+ sh .github/script/updateValuesForSign.sh
3441 - name : Build with Gradle
3542 run : |
3643 ls -l /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e
@@ -43,11 +50,13 @@ jobs:
4350 ./gradlew :ijkplayer-arm64:assemble
4451 ./gradlew :ijkplayer-java:assemble
4552
46- - name : Upload AARs
53+ - name : Upload AARs and so
4754 uses : actions/upload-artifact@v4
4855 with :
4956 name : aars
5057 path : |
58+ /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android/ijkplayer/ijkplayer-armv7a/src/main/obj/local
59+ /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android/ijkplayer/ijkplayer-arm64/src/main/obj/local
5160 /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android/ijkplayer/ijkplayer-armv7a/build/outputs/aar/ijkplayer-armv7a-debug.aar
5261 /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android/ijkplayer/ijkplayer-arm64/build/outputs/aar/ijkplayer-arm64-debug.aar
5362 /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android/ijkplayer/ijkplayer-java/build/outputs/aar/ijkplayer-java-debug.aar
Original file line number Diff line number Diff line change 3434 - uses : actions/setup-java@v4
3535 with :
3636 distribution : ' temurin' # See 'Supported distributions' for available options
37- java-version : ' 11 '
37+ java-version : ' 17 '
3838 - name : Update Values of Signing
3939 run : |
4040 export KEY_ID_OF_SIGN=$IOT_GPG_KEYNAME
You can’t perform that action at this time.
0 commit comments