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 511f14d commit f974165
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
status: ${{job.status}}
fields: workflow,commit,repo,author,job,ref,took
env:
SLACK_WEBHOOK_URL: ${{secrets.SLACK_WEBHOOK_URL}}
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'
slack_token: ${{ secrets.SLACK_TOKEN }}
initial_comment: 'ReMind APP 배포 시작합니다❤️‍🩹'
file_type: 'apk'
file_name: 'app-debug.apk'
file_path: './app/build/outputs/apk/debug/app-debug.apk'

0 comments on commit f974165

Please sign in to comment.