Skip to content

Commit 8c649c5

Browse files
committed
CI Builds
* Change tag names for CI builds. * Add CI version of APKUpdater to GitHubApps.
1 parent f1e1d4b commit 8c649c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: softprops/action-gh-release@v2
3838
if: ${{ env.BRANCH }} == "3.x"
3939
with:
40-
tag_name: ci${{ github.run_number }}
40+
tag_name: 0.0.${{ github.run_number }}-ci
4141
name: CI-Release-${{ env.BRANCH }}-${{ github.run_number }}
4242
files: ./app/build/outputs/apk/release/com.apkupdater.ci-release.apk
4343
body: ${{ github.event.head_commit.message }}

app/src/main/kotlin/com/apkupdater/data/github/GitHubApp.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ val GitHubApps = listOf(
4242
GitHubApp("exa.lnx.a", "EXALAB", "AnLinux-App"),
4343
GitHubApp("com.menny.android.anysoftkeyboard", "AnySoftKeyboard", "AnySoftKeyboard"),
4444
GitHubApp("org.courville.nova", "nova-video-player", "aos-AVP"),
45-
GitHubApp("com.apkupdater", "rumboalla", "apkupdater"),
45+
GitHubApp("com.apkupdater.ci", "rumboalla", "apkupdater"),
4646
GitHubApp("com.standardnotes", "standardnotes", "app"),
4747
GitHubApp("com.xBrowserSync.android", "xbrowsersync", "app"),
4848
GitHubApp("org.fossify.applauncher", "FossifyOrg", "App-Launcher"),

0 commit comments

Comments
 (0)