endlessm / endless-key-app

Endless Key app for Windows (formerly known as kolibri-app)
https://www.endlessos.org/key
MIT License
2 stars 1 forks source link

CI: Fix the way to set environment variable branch #127

Closed starnight closed 1 year ago

starnight commented 1 year ago

The original way to set $env:branch does not effect on other steps of GitHub actions. Notice appending a line of environment variable with value to $env:GITHUB_ENV is the correct method. 1

https://phabricator.endlessm.com/T34806

starnight commented 1 year ago

CI checkout the correct tag from the tag workflow now. https://github.com/endlessm/endless-key-app/actions/runs/5332990256