From e34b9d4b705a41731524302e2f1b94df395cf7ce Mon Sep 17 00:00:00 2001 From: Kaiserdragon2 <8929967+Kaiserdragon2@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:00:58 +0100 Subject: [PATCH] Update BuildReleasePlay.yml --- .github/workflows/BuildReleasePlay.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BuildReleasePlay.yml b/.github/workflows/BuildReleasePlay.yml index bcfa28daae..51a1b25560 100644 --- a/.github/workflows/BuildReleasePlay.yml +++ b/.github/workflows/BuildReleasePlay.yml @@ -8,7 +8,7 @@ on: jobs: build: - name: Build Arcticons APK + name: Build Arcticons Bundle if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: @@ -34,11 +34,11 @@ jobs: run: gradle wrapper - name: Grant execute permission for gradlew run: chmod +x gradlew - - name: Build Normal APK + - name: Build Normal Bundle run: ./gradlew app:bundleNormalPlayRelease - - name: Build Black APK + - name: Build Black Bundle run: ./gradlew app:bundleBlackPlayRelease - - name: Build You APK + - name: Build You Bundle run: ./gradlew app:bundleYouPlayRelease - name: Upload artifact uses: actions/upload-artifact@v4