Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sakul-budhathoki committed Dec 20, 2023
1 parent f125527 commit f5bd44c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mobile-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
prepare:
runs-on: macos-latest
strategy:
matrix:
command: ["check-ios-weshframework", "check-android-weshframework"]
steps:
- uses: actions/checkout@v3

Expand All @@ -23,8 +20,8 @@ jobs:
with:
xcode-version: latest-stable

- name: Prepare
run: make ${{ matrix.command }}
- name: Prepare ios
run: make check-ios-weshframework

- name: Upload ios weshframework
uses: actions/upload-artifact@v3
Expand All @@ -33,6 +30,9 @@ jobs:
path: weshd/ios/Frameworks/WeshFramework.xcframework
if-no-files-found: error

- name: Prepare android
run: make check-android-weshframework

- name: Upload android weshframework
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f5bd44c

Please sign in to comment.