ilharp / sign-android-release

A GitHub action to sign an APK or AAB
https://github.com/marketplace/actions/sign-android-release-2
MIT License
42 stars 10 forks source link

The `set-output` command is deprecated and will be disabled soon #9

Closed daywalk3r666 closed 1 year ago

daywalk3r666 commented 1 year ago

Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Screenshot_20221019-200604_Trebuchet

ilharp commented 1 year ago

Thanks. Investigating now.

harry248 commented 1 year ago

Just wanted to ask if there are any news on this. Thanks!

ilharp commented 1 year ago

v1.0.3 published. If you are using v1, next time you run the workflow it will automatically use the latest version. If you have other questions, feel free to reopen this issue.

daywalk3r666 commented 1 year ago

The v1.0.3 release won't fix the issue. I think https://github.com/ilharp/sign-android-release/blob/3eb1dc9466aa3e26c2877724598e56655c7ebe7c/src/main/kotlin/Main.kt#L87 this must update and update core

ilharp commented 1 year ago

Investigating.

ilharp commented 1 year ago

v1.0.4 published. If you are using v1, next time you run the workflow it will automatically use the latest version. If you have other questions, feel free to reopen this issue.

david-potgieter commented 1 year ago

v1.0.4 published. If you are using v1, next time you run the workflow it will automatically use the latest version. If you have other questions, feel free to reopen this issue.

I missed that, thank you for catching and fixing.