Skip to content

Commit dbd4871

Browse files
committed
chore: update wrangler command and append macos build in desktop
1 parent c542a53 commit dbd4871

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/desktop-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os:
17-
# - macos-latest
17+
- macos-latest
1818
# - ubuntu-latest
1919
- windows-latest
2020
steps:

codemagic.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ workflows:
5353
if [[ -f ~/SUCCESS ]]; then
5454
if [[ $CM_BRANCH == "master" ]]; then
5555
# 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
5757
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
5959
fi
6060
fi
6161
- name: Notify artifact URL to Tailchat

0 commit comments

Comments
 (0)