Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghee17 authored Apr 11, 2024
1 parent 8d8c8c7 commit 511f14d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ jobs:
fields: workflow,commit,repo,author,job,ref,took
env:
SLACK_WEBHOOK_URL: ${{secrets.SLACK_WEBHOOK_URL}}
- name: Slack - Upload APK
uses: MeilCli/[email protected]
with:
slack_token: ${{secrets.SLACK_TOKEN}}  
       initial_comment: 'APK File Upload'
       file_type: 'apk'
       file_name: 'app-debug.apk'
       file_path: './app/build/outputs/apk/debug/app-debug.apk'

0 comments on commit 511f14d

Please sign in to comment.