r0adkll / sign-android-release

A GitHub action to sign an APK or AAB
MIT License
362 stars 137 forks source link

Warning about `set-env` command deprecated #23

Closed lukas1 closed 4 years ago

lukas1 commented 4 years ago

Hi, recently I started getting this warning on my build step that uses this action (no other step in my workflow reports this warning)

Warning: The `set-env` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
lukas1 commented 4 years ago

Ok, I suppose this PR is supposed to fix that, right?

https://github.com/r0adkll/sign-android-release/pull/21

r0adkll commented 4 years ago

@lukas1 Yes! This should be resolved now

davwheat commented 4 years ago

@r0adkll Just hit this warning on my run a few mins ago. set-env will be disabled on November 16th.

r0adkll commented 4 years ago

Hmmm, interesting. I was pretty sure I updated the dependency to resolve this, let me check again