Wait for swift publishing job for flutter and RN

This commit is contained in:
Ross Savage
2024-05-03 16:07:04 +02:00
parent cc85881a39
commit aec163c05a
2 changed files with 40 additions and 4 deletions

View File

@@ -37,6 +37,11 @@ jobs:
repository: ${{ inputs.repository || github.repository }}
ref: ${{ inputs.ref || github.sha }}
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- uses: actions/download-artifact@v3
with:
name: bindings-android-jniLibs