Skip to content

Commit

Permalink
build: Android CI&CD 수정 #624 (#625)
Browse files Browse the repository at this point in the history
build: upload-artifact 버전 업그레이드
  • Loading branch information
Junyoung-WON authored Feb 6, 2025
1 parent 6384140 commit c53899b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,18 @@ jobs:
run: ./gradlew bundleRelease

- name: Upload Release APK in artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: android/Staccato_AN/app/build/outputs/apk/release/app-release.apk
overwrite: 'true'

- name: Upload Release AAB in artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-release.aab
path: android/Staccato_AN/app/build/outputs/bundle/release/app-release.aab
overwrite: 'true'

- name: Deploy AAB On Google Play Console
uses: r0adkll/upload-google-play@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/android-ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ jobs:
run: ./gradlew assembleRelease

- name: Upload Release APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: android/Staccato_AN/app/build/outputs/apk/release/app-release.apk
overwrite: 'true'

- name: Upload Artifact to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
Expand Down

0 comments on commit c53899b

Please sign in to comment.