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
8 stars 11 forks source link

Make store_artifacts optional #25

Closed nanodeath closed 2 years ago

nanodeath commented 2 years ago

Describe Request:

I'm using this orb to build an artifact that's then persisted to a workspace for later processing by itch.io's butler. I have steps that look like this:

    steps:
      - checkout
      - unity/prepare-env
      - unity/build:
          build-name: MyGameWin64
          build-target: StandaloneWindows64
      - persist_to_workspace: 
          root: Builds
          paths:
            - StandaloneWindows64

However, unity/build automatically stores artifacts, using up valuable space in my free CircleCI account. So...it'd be cool if that was optional.

Examples:

Supporting Documentation Links:

EricRibeiro commented 2 years ago

Feature released in v1.1.0.