Skip to content

Commit

Permalink
chore: update wrangler command and append macos build in desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jul 5, 2023
1 parent c542a53 commit dbd4871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os:
# - macos-latest
- macos-latest
# - ubuntu-latest
- windows-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbd4871

Please sign in to comment.