Skip to content

Commit

Permalink
Remove package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Oct 18, 2024
1 parent 059306e commit b970c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts-${{ matrix.target }}
name: ${{ matrix.target }}
path: artifacts/

release-kotlin-artifacts:
Expand Down
1 change: 0 additions & 1 deletion crates/kotlin-ffi/uniffi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[bindings.kotlin]
package_name = "com.reown.kotlin.ffi.yttrium"
android = true
android_cleaner = true

0 comments on commit b970c25

Please sign in to comment.