game-ci / steam-deploy

Github Action to deploy a game to Steam
MIT License
227 stars 63 forks source link

Replace deprecated set-output #51

Closed phelioz closed 1 year ago

phelioz commented 1 year ago

The command set-output is now deprecated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Replaced the all set-output with the new method.

webbertakken commented 1 year ago

Thank you for your contribution!

wilg commented 1 year ago

Unfortunately I believe this broke the action on Windows, as GitHub Actions do not support Docker on Windows. I get "Error: Container action is only supported on Linux".

wilg commented 1 year ago

Oops, somehow commented on wrong issue. Meant to comment on #46.