chore: update wrangler command and append macos build in desktop

pull/100/head
moonrailgun 1 year ago
parent c542a53152
commit dbd487107a

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
# - macos-latest - macos-latest
# - ubuntu-latest # - ubuntu-latest
- windows-latest - windows-latest
steps: steps:

@ -53,9 +53,9 @@ workflows:
if [[ -f ~/SUCCESS ]]; then if [[ -f ~/SUCCESS ]]; then
if [[ $CM_BRANCH == "master" ]]; then if [[ $CM_BRANCH == "master" ]]; then
# deploy to production # deploy to production
wrangler pages publish android/app/build/outputs/apk/release --project-name tailchat --branch main wrangler pages deploy android/app/build/outputs/apk/release --project-name tailchat --branch main
else else
wrangler pages publish android/app/build/outputs/apk/release --project-name tailchat --branch $CM_BRANCH wrangler pages deploy android/app/build/outputs/apk/release --project-name tailchat --branch $CM_BRANCH
fi fi
fi fi
- name: Notify artifact URL to Tailchat - name: Notify artifact URL to Tailchat

Loading…
Cancel
Save