Skip to content

Commit

Permalink
chore: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed May 8, 2024
1 parent b31ff2e commit 428ea71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-weekly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: APM dev Build
name: APM Android dev Build
on:
schedule:
- cron: '0 0 * * 1'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ios-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
permissions:
contents: write
steps:
- name: setup XCode
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'

- name: Checkout
uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/play-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: APM Manual AAB Release
name: APM AAB Release
on:
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 428ea71

Please sign in to comment.