Skip to content

Commit

Permalink
fix(kotlin): library name typo, Cargo.lock and rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
  • Loading branch information
elpiel committed Oct 29, 2024
1 parent afdbca2 commit 422cbb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release stremio-core-android
name: Release stremio-core-kotlin

on:
release:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "stremoi-core-kotlin/*.tar.gz"
file: "stremio-core-kotlin/*.tar.gz"
tag: ${{ github.ref }}
overwrite: true
file_glob: true
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stremio-core-kotlin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin = [
]

[lib]
name = "stremio-core-android"
name = "stremio_core_android"
path = "src/commonMain/rust/lib.rs"

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion stremio-core-kotlin/src/commonMain/rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pub mod model {
// model is only available when the feature is enabled
// because of the `AndroidEnv` impl
mod model;

}
#[allow(clippy::all)]
/// Protobuf generated module
Expand Down

0 comments on commit 422cbb7

Please sign in to comment.