Skip to content

Commit

Permalink
build: fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
marat2509 authored Jan 10, 2024
1 parent b7bd6e1 commit 1a985c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
if: ${{ env.SIGNING_KEY != '' }}
uses: r0adkll/sign-android-release@v1
uses: noriban/sign-android-release@v4
id: sign_app
with:
releaseDirectory: app/build/outputs/apk/release
Expand Down

0 comments on commit 1a985c3

Please sign in to comment.