Skip to content

Commit

Permalink
Update publish_to_dart_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored Jan 11, 2025
1 parent 1d580ca commit 8550941
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/publish_to_dart_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,8 @@ jobs:
with:
name: ios_binary
path: bridge/build/ios/
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-node@v2
with:
node-version: "16"
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r22b
- uses: jwlawson/[email protected]
with:
cmake-version: ${{ env.cmakeVersion }}
- name: NPM INSTALL
run: npm install
- name: Build bridge binary
run: npm run build:bridge:android:release
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- uses: actions/upload-artifact@v4
with:
name: android_binary
path: bridge/build/android/
publish:
needs: [build_linux_binary, build_android_binary, build_ios_binary, build_macos_binary, build_windows_binary]
needs: [build_ios_binary, build_macos_binary]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8550941

Please sign in to comment.