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