Skip to content

Commit

Permalink
feature: aab파일을 아티팩트에 업로드하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn authored Nov 4, 2024
1 parent 7036d82 commit 6b13218
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
- name: Build AAB for Firebase
run: ./gradlew bundleRelease --stacktrace

- name: Upload AAB artifact
uses: actions/upload-artifact@v3
with:
name: app-release.aab
path: app/build/outputs/bundle/release/app-release.aab

- name: Build APK for Testing
run: ./gradlew assembleRelease --stacktrace

Expand Down

0 comments on commit 6b13218

Please sign in to comment.