Skip to content

Commit b29e441

Browse files
committed
ci: remove redundant AAR step
1 parent 07cc34a commit b29e441

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/kotlin_ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ jobs:
2929
with:
3030
ndk-version: r27d
3131

32-
- name: Generate Kotlin Code From Rust
33-
run: cargo pkg transact kotlin
34-
3532
- name: Build AAR
36-
run: ./gradlew assembleRelease
37-
working-directory: packages/android/algokit_transact
33+
run: cargo pkg transact kotlin
3834

3935
- name: Archive Build Output
4036
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)