Skip to content

Commit

Permalink
[setting] debug_builder.yml 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kkk5474096 committed Feb 14, 2024
1 parent be22dd9 commit 6d41687
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ jobs:
- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Build release APK
run: ./gradlew assembleRelease --stacktrace
- name: Build debug APK
run: ./gradlew assembleDebug --stacktrace

- name: On Success
if: ${{ success() }}
uses: MeilCli/slack-upload-file@v1
with:
slack_token: ${{ secrets.SLACK_BOT_TOKEN}}
channels: ${{ secrets.SLACK_CHANNEL_ID }}
file_path: 'app/release/app-release.apk'
file_path: 'app/build/outputs/apk/debug/app-debug.apk'
file_name: 'TeumTeum.apk'
file_type: 'apk'
initial_comment: '🎉 TeumTeum이 슬랙으로 들어왔습니다.'
Expand All @@ -77,7 +77,7 @@ jobs:
SLACK_COLOR: '#ff0000'
SLACK_ICON: https://play-lh.googleusercontent.com/jUeDnP2wd29y48wolu5a8j08PX3Zt-wsftTVuSR8gYgHI00sq7Zsq2jWx1icTdsISw=w240-h480-rw
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_TITLE: 'TEUMTEUM/Android Release build Fail❌'
SLACK_TITLE: 'TEUMTEUM/Android debug build Fail❌'
MSG_MINIMAL: true
SLACK_USERNAME: TEUMTEUM_ANDROID
SLACK_MESSAGE: 'APK 생성 중 에러가 발생했습니다. 에러를 확인해주세요'

0 comments on commit 6d41687

Please sign in to comment.