Skip to content

Commit

Permalink
CI Builds
Browse files Browse the repository at this point in the history
* Change tag names for CI builds.
* Add CI version of APKUpdater to GitHubApps.
  • Loading branch information
rumboalla committed Mar 23, 2024
1 parent f1e1d4b commit 8c649c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: ${{ env.BRANCH }} == "3.x"
with:
tag_name: ci${{ github.run_number }}
tag_name: 0.0.${{ github.run_number }}-ci
name: CI-Release-${{ env.BRANCH }}-${{ github.run_number }}
files: ./app/build/outputs/apk/release/com.apkupdater.ci-release.apk
body: ${{ github.event.head_commit.message }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ val GitHubApps = listOf(
GitHubApp("exa.lnx.a", "EXALAB", "AnLinux-App"),
GitHubApp("com.menny.android.anysoftkeyboard", "AnySoftKeyboard", "AnySoftKeyboard"),
GitHubApp("org.courville.nova", "nova-video-player", "aos-AVP"),
GitHubApp("com.apkupdater", "rumboalla", "apkupdater"),
GitHubApp("com.apkupdater.ci", "rumboalla", "apkupdater"),
GitHubApp("com.standardnotes", "standardnotes", "app"),
GitHubApp("com.xBrowserSync.android", "xbrowsersync", "app"),
GitHubApp("org.fossify.applauncher", "FossifyOrg", "App-Launcher"),
Expand Down

0 comments on commit 8c649c5

Please sign in to comment.