Skip to content

Commit

Permalink
[setting] GithubAction CD TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
kkk5474096 committed Feb 14, 2024
1 parent 40162e7 commit 525c867
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/debug_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: MeilCli/slack-upload-file@v1
with:
slack_token: ${{ secrets.SLACK_BOT_TOKEN}}
channels: ${{ secrets.SLACK_CHANNEL_ID }}
channels: ${{ secrets.SLACK_CHANNEL_ID}}
file_path: 'app/build/outputs/apk/debug/app-debug.apk'
file_name: 'TeumTeum.apk'
file_type: 'apk'
Expand All @@ -80,4 +80,5 @@ jobs:
SLACK_TITLE: 'TEUMTEUM/Android debug build Fail❌'
MSG_MINIMAL: true
SLACK_USERNAME: TEUMTEUM_ANDROID
SLACK_MESSAGE: 'APK 생성 중 에러가 발생했습니다. 에러를 확인해주세요'
SLACK_MESSAGE: 'APK 생성 중 에러가 발생했습니다. 에러를 확인해주세요'

0 comments on commit 525c867

Please sign in to comment.