File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
os :
17
- # - macos-latest
17
+ - macos-latest
18
18
# - ubuntu-latest
19
19
- windows-latest
20
20
steps :
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ workflows:
53
53
if [[ -f ~/SUCCESS ]]; then
54
54
if [[ $CM_BRANCH == "master" ]]; then
55
55
# deploy to production
56
- wrangler pages publish android/app/build/outputs/apk/release --project-name tailchat --branch main
56
+ wrangler pages deploy android/app/build/outputs/apk/release --project-name tailchat --branch main
57
57
else
58
- wrangler pages publish android/app/build/outputs/apk/release --project-name tailchat --branch $CM_BRANCH
58
+ wrangler pages deploy android/app/build/outputs/apk/release --project-name tailchat --branch $CM_BRANCH
59
59
fi
60
60
fi
61
61
- name : Notify artifact URL to Tailchat
You can’t perform that action at this time.
0 commit comments