microsoft/scalar

Actions: set-env is disabled, breaking Actions workflows

derrickstolee opened this issue · 2 comments

See .github/workflows/continuous-integration.yml for an example:

      run: echo "::set-env name=BUILD_PLATFORM::${{ runner.os }}"

We need to update the YML so we can get builds working again.

dscho commented

PR: #466

Resolved by #466.