Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt committed Jul 30, 2024
2 parents 9aa931c + 0c0eb8a commit cca6246
Show file tree
Hide file tree
Showing 4 changed files with 963 additions and 2,568 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ file for release.

```yml
steps:
- uses: NoCrypt/sign-android@latest
- uses: NoCrypt/sign-android@main
name: Sign app APK
id: sign_app
with:
Expand All @@ -37,7 +37,7 @@ If you have multiple files to sign:
```yaml
steps:
- uses: NoCrypt/sign-android@latest
- uses: NoCrypt/sign-android@main
id: sign_app
with:
releaseDir: app/build/outputs/apk/release
Expand Down Expand Up @@ -71,7 +71,7 @@ Or you can also do this using `signedFileX`:

```yaml
steps:
- uses: NoCrypt/sign-android@latest
- uses: NoCrypt/sign-android@main
id: sign_app
with:
releaseDir: app/build/outputs/apk/release
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.0.1",
Expand All @@ -88,6 +88,6 @@
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit cca6246

Please sign in to comment.