u3dreal / molecular-plus

particle solver for Blender 3.0+ / 4.0+
GNU General Public License v3.0
268 stars 20 forks source link

ci: Use GITHUB_OUTPUT envvar instead of set-output command #45

Closed arunsathiya closed 9 months ago

arunsathiya commented 10 months ago

save-state and set-output commands used in GitHub Actions are deprecated and GitHub recommends using environment files.

This PR updates the usage of set-output to $GITHUB_OUTPUT

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

u3dreal commented 9 months ago

Your change breaks the windows build ..can you have a look ??

arunsathiya commented 9 months ago

@u3dreal I am sorry about the breakage. Possibly because of the envvar not being within quotes, and the documentation seems to suggest quoting. I have a new PR here which could help: https://github.com/u3dreal/molecular-plus/pull/49