File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : " !contains(github.event.head_commit.message, 'ci skip')"
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
13+ with :
14+ fetch-depth : 0
1315 - name : set up JDK 21
14- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v4
1517 with :
1618 java-version : ' 21'
1719 distribution : ' temurin'
3941 versionName=$(cat "app/build/outputs/apk/release/output-metadata.json" | jq -r '.elements[0].versionName')
4042 versionCode=$(cat "app/build/outputs/apk/release/output-metadata.json" | jq -r '.elements[0].versionCode')
4143 mkdir outputs
42- mv "app/build/outputs/apk/release/app-release.apk" "outputs/Ims .apk"
44+ mv "app/build/outputs/apk/release/app-release.apk" "outputs/TurbolIms .apk"
4345 echo "versionName=$versionName" >> $GITHUB_OUTPUT
4446 echo "versionCode=$versionCode" >> $GITHUB_OUTPUT
4547 - name : Release
You can’t perform that action at this time.
0 commit comments