Uh oh!
There was an error while loading. Please reload this page.
workflows: replace depracted set-env with github envs - #2261
Conversation
MadMango
commented
Nov 17, 2020
Just realised this is for powersheel or cmd and my unix fix won't do here, I'll try come up with something else but can someone confirm if this will run in CMD or powershell? |
Uh oh!
There was an error while loading. Please reload this page.
richardlau
commented
Nov 17, 2020
Since we don't override the default I believe actions on Windows run in powershell by default: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell |
MadMango
commented
Nov 30, 2020
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Christian Clauss <cclauss@me.com>
gengjiawen
commented
Dec 18, 2020
I think I find the right way in #2285, can you cherrypick it here ? |
MadMango
commented
Dec 18, 2020
Well you got it working in that one, let's just close this one and go with yours :) |
gengjiawen
commented
Dec 18, 2020
Ok, I find the other part is still useful, I will try to import to my patch. Thanks for taking time on this :)
Yeap, github documentation is useless in this case. I searched lots of code find this out. |



Fixes#2231
Checklist
npm install && npm testpassesDescription of change
set-env is deprecated and builds will fail, this should fix it