Skip to content

Commit

Permalink
Update BuildReleasePlay.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiserdragon2 committed Nov 30, 2024
1 parent 75ad4ad commit e34b9d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildReleasePlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit e34b9d4

Please sign in to comment.