Skip to content

Commit

Permalink
Slack에 APK 업로드
Browse files Browse the repository at this point in the history
  • Loading branch information
dogdduddy authored Mar 7, 2023
1 parent 7715790 commit b37a363
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ jobs:
with:
name: app
path: app/build/outputs/apk/debug
- name: Slack - Upload APK
uses: MeilCli/[email protected]
with:
slack_token: ${{ secrets.SLACK_TOKEN }}
channels: ${{ secrets.SLACK_CHANNEL }}
initial_comment: 'APK File Upload'
file_type: apk
file_name: app
file_path: app/build/outputs/apk/debug

0 comments on commit b37a363

Please sign in to comment.