nim-lang / nightlies

Separate repository to trigger installer builds.
MIT License
44 stars 14 forks source link

Update save-state to use non-deprecated version #68

Closed ire4ever1190 closed 1 year ago

ire4ever1190 commented 1 year ago

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Used regex echo "::save-state name=(\w+)::([^\n]+) to do the replacement

ire4ever1190 commented 1 year ago

Have full version of the workflow running in my fork to check there are no problems