From dbd487107a9e7557bd7faca17d84f3c96cfff7d0 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 5 Jul 2023 19:43:26 +0800 Subject: [PATCH] chore: update wrangler command and append macos build in desktop --- .github/workflows/desktop-build.yml | 2 +- codemagic.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 66da7d9b..2690ded1 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: - # - macos-latest + - macos-latest # - ubuntu-latest - windows-latest steps: diff --git a/codemagic.yaml b/codemagic.yaml index 848c50cf..1210de59 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -53,9 +53,9 @@ workflows: if [[ -f ~/SUCCESS ]]; then if [[ $CM_BRANCH == "master" ]]; then # 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 - 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 - name: Notify artifact URL to Tailchat