Skip to content

Commit

Permalink
ci: Sign fail in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaass authored Apr 11, 2024
1 parent 7090c83 commit c75878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
name: App bundle
path: app-debug.apk
- uses: r0adkll/sign-android-release@v1
- uses: r0adkll/sign-android-release@v1.0.4
if: github.event_name != 'pull_request'
name: Sign app APK
id: sign_app
Expand Down

2 comments on commit c75878d

@sffxzzp
Copy link
Contributor

@sffxzzp sffxzzp commented on c75878d Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r0adkll/sign-android-release#84 (comment)

try this one?

or just use noriban/sign-android-release@v5.1 instead.

@kaaass
Copy link
Owner Author

@kaaass kaaass commented on c75878d Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just tried, it seems work. Thanks!

Please sign in to comment.