Skip to content

Commit fb2dcab

Browse files
committed
chore: another attempt to set up a ci release
1 parent 7cc7d02 commit fb2dcab

File tree

5 files changed

+14
-21
lines changed

5 files changed

+14
-21
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ jobs:
259259
uses: softprops/action-gh-release@v2
260260
with:
261261
draft: true
262-
files: apk-info*
262+
files: apk-info*/apk-info*

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,8 @@ homepage = "https://github.com/delvinru/apk-info"
1818
license = "Apache-2.0"
1919
readme = "README.md"
2020
repository = "https://github.com/delvinru/apk-info"
21-
version = "1.0.2"
22-
keywords = [
23-
"AndroidManifest",
24-
"android",
25-
"apk",
26-
"arsc",
27-
"axml",
28-
"badpack",
29-
"malware",
30-
]
21+
version = "1.0.3"
22+
keywords = ["android", "apk", "arsc", "axml", "malware"]
3123
categories = ["Parsing tools"]
3224

3325
[workspace.dependencies]

cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
1010
version.workspace = true
11+
categories = ["command-line-utilities"]
1112

1213
[dependencies]
1314
anyhow.workspace = true

python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# apk-info
22

3-
![PyPI - Version](https://img.shields.io/pypi/v/apk-info)
4-
![PyPI - License](https://img.shields.io/pypi/l/apk-info)
5-
![GitHub Repo stars](https://img.shields.io/github/stars/delvinru/apk-info)
3+
![PyPI - Version](https://img.shields.io/pypi/v/apk-info?style=flat)
4+
![PyPI - License](https://img.shields.io/pypi/l/apk-info?style=flat)
5+
![GitHub Repo stars](https://img.shields.io/github/stars/delvinru/apk-info?style=flat)
66

77
A full-featured `apk` parser.
88

0 commit comments

Comments
 (0)