Skip to content

Commit

Permalink
[setting] Github Action CD 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kkk5474096 committed Feb 14, 2024
1 parent c1252d7 commit be22dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
slack_token: ${{ secrets.SLACK_BOT_TOKEN}}
channels: ${{ secrets.SLACK_CHANNEL_ID }}
file_path: 'app/build/outputs/apk/release/app-release.apk'
file_path: 'app/release/app-release.apk'
file_name: 'TeumTeum.apk'
file_type: 'apk'
initial_comment: '🎉 TeumTeum이 슬랙으로 들어왔습니다.'
Expand Down

0 comments on commit be22dd9

Please sign in to comment.