Skip to content

Commit 5e3b226

Browse files
Update github-actions.yml
1 parent 8a6bb2a commit 5e3b226

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,15 @@ jobs:
66
Build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: r0adkll/sign-android-release@v1
9+
- uses: ilharp/sign-android-release@v2
1010
name: Sign app APK
1111
id: sign_app
1212
with:
13-
releaseDirectory: app/build/outputs/apk/release
1413
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
1514
alias: ${{ secrets.ALIAS }}
1615
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
1716
keyPassword: ${{ secrets.KEY_PASSWORD }}
18-
env:
19-
BUILD_TOOLS_VERSION: 34.0.0
2017
- uses: actions/upload-artifact@v4
2118
with:
2219
name: Signed app bundle
23-
path: ${{steps.sign_app.outputs.signedReleaseFile}}
20+
path: ${{steps.sign_app.outputs.signedFile}}

0 commit comments

Comments
 (0)