maxim-lobanov / setup-xcode

Set up your GitHub Actions workflow with a specific version of Xcode
MIT License
280 stars 28 forks source link

Export env variable 'XCODE_VERSION' for selected xcode version #65

Closed halx99 closed 1 year ago

bobergj commented 1 year ago

This would be interesting for us as well, but I think it the variable be called XCODE_VERSION.

halx99 commented 1 year ago

This would be interesting for us as well, but I think it the variable be called XCODE_VERSION.

Agree, will change it

halx99 commented 1 year ago

This would be interesting for us as well, but I think it the variable be called XCODE_VERSION.

Done.

maxim-lobanov commented 1 year ago

Hey, the action already set output variables: https://github.com/maxim-lobanov/setup-xcode/blob/master/src/setup-xcode.ts#L37 These variables can be consumed in next steps. Does this approach work for you?

halx99 commented 1 year ago

Hey, the action already set output variables: https://github.com/maxim-lobanov/setup-xcode/blob/master/src/setup-xcode.ts#L37 These variables can be consumed in next steps. Does this approach work for you?

works, thanks