Skip to content

Commit

Permalink
Merge pull request #4168 from kiwix/Fixes#4128
Browse files Browse the repository at this point in the history
Changed the website, and Nightly APKs name.
  • Loading branch information
kelson42 authored Jan 19, 2025
2 parents 1949d29 + 12c0e17 commit bcc6ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
UNIVERSAL_RELEASE_APK: app/build/outputs/apk/standalone/*universal*.apk
ARCHIVE_NAME: kiwix-${{ github.event.release.tag_name }}.apk
ARCHIVE_NAME: org.kiwix.kiwixmobile.standalone-${{ github.event.release.tag_name }}.apk
KIWIX_ANDROID_RELEASE_DATE: ${{ env.KIWIX_ANDROID_RELEASE_DATE }}
run: |
./gradlew assembleStandalone
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/plugin/AppConfigurer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class AppConfigurer {
}

private fun setNameForNightlyUniversalApk(): String =
"kiwix-universal-${getCurrentDate()}.apk"
"org.kiwix.kiwixmobile.standalone-universal-${getCurrentDate()}.apk"

private fun getCurrentDate() =
Date().let(SimpleDateFormat("yyyy-MM-dd", Locale.ROOT)::format)
Expand Down

0 comments on commit bcc6ac8

Please sign in to comment.