Skip to content

Commit

Permalink
chore: fix readme action version
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt authored Jul 29, 2024
1 parent 5fafc63 commit 0c0eb8a
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 0c0eb8a

Please sign in to comment.