File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,17 @@ jobs:
50505151 with :
5252 destinationFileName : ' mLauncher.jks'
53- destinationPath : ' ./ app/ '
53+ destinationPath : ' app'
5454 encodedString : ${{ secrets.SIGNINGKEY_BASE64 }}
5555
5656 - name : Build with Gradle
5757 run : ./gradlew clean assembleNightlyRelease --refresh-dependencies --no-daemon
5858 env :
5959 JAVA_TOOL_OPTIONS : " -Dhttps.protocols=TLSv1.2"
60- KEY_STORE_FILE : ./ app/mLauncher.jks
61- KEY_STORE_PASSWORD : ${{ secrets.KEYSTORE_PASSWORD }}
62- KEY_ALIAS : ${{ secrets.KEY_ALIAS }}
63- KEY_PASSWORD : ${{ secrets.KEY_PASSWORD }}
60+ KEY_STORE_FILE : " app/mLauncher.jks"
61+ KEY_STORE_PASSWORD : " ${{ secrets.KEYSTORE_PASSWORD }}"
62+ KEY_ALIAS : " ${{ secrets.KEY_ALIAS }}"
63+ KEY_PASSWORD : " ${{ secrets.KEY_PASSWORD }}"
6464
6565 - name : Extract Version
6666 id : extract_version
You can’t perform that action at this time.
0 commit comments