Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed Jun 4, 2024
1 parent 961d099 commit ad8a718
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ jobs:
- name: install dependencies
run: npm install

# eas를 통해 새로 빌드 후 반영
- name: publish update
run: eas update --auto

# iphone testflight에 반영
- name: upload to ios
run: eas submit --platform ios --latest --profile local --non-interactive

# android에 반영
- name: upload to android
run: eas submit --platform android --latest --profile local --non-interactive
# - name: upload to android
# run: eas submit --platform android --latest --profile local --non-interactive

# eas를 통해 새로 빌드 후 반영
- name: publish update
run: eas update --auto

# 디스코드 웹훅 알림 전송
- name: Discord Webhook Action
Expand Down

0 comments on commit ad8a718

Please sign in to comment.