game-ci / unity-orb

Build and test Unity projects for several platforms using CircleCI.
https://circleci.com/developer/orbs/orb/game-ci/unity
MIT License
7 stars 12 forks source link

Custom Output Name in CircleCI #50

Open balanced-Chris opened 1 year ago

balanced-Chris commented 1 year ago

Allow for the definition of a custom output name for the compressed file artifact. Allow for variables to used in that name as well.

To explain, the goal of the process is to eventually have all successful builds on the master branch upload automatically to a github release AND a cloud storage folder. For the last to happen the filename would need to be unique. While the workaround to put each file in a uniquely named folder would work it just creates another level of file nesting that is unneeded.

webbertakken commented 1 year ago

These are great suggestions!

I'm moving them to the relevant repository.