Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Feb 8, 2025
1 parent 9cc7b0a commit f957015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Strip binaries
run: |
NDK_PATH=$ANDROID_HOME/ndk/27.2.12479018
$NDK_PATH/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip target/${{ matrix.target }}/uniffi-release-kotlin1/libuniffi_yttrium.so
$NDK_PATH/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip target/${{ matrix.target }}/uniffi-release-kotlin/libuniffi_yttrium.so
- name: Prepare local artifacts folder
run: |
Expand Down

0 comments on commit f957015

Please sign in to comment.