Skip to content

Commit

Permalink
chore: adding billing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 18, 2024
1 parent ec6f56b commit 72a14ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ I'm currently using Unity Build Factory to rapidly deploy demos for a few of my
1. (optional) toggle `deploy-to-pages` and set the `pages-deploy-branch`
1. run the workflow

The workflow will likely take a long time to finish building the project on the first run but caching will speed up subsequent runs of the same project.
Each project will likely take a long time to finish building on the first run but caching will speed up subsequent runs.

> Be wary of GitHub Actions billing, as the Unity Build Factory workflow can consume a lot of minutes and Artifact storage space if you have a lot of projects or are building frequently.
### Artifacts

The workflow will create a pre-release for each platform and attach the corresponding corresponding build that was produced in Actions. The pre-releases are updated with each run as to not clutter the repository with tags while testing and deploying numerous builds.
The workflow will create a pre-release for each platform and attach the corresponding build that was produced in Actions. The pre-releases are updated with each run as to not clutter the repository with tags while testing and deploying numerous builds.

To download the built artifacts simply navigate to the releases section of the target repository and download the artifacts from the pre-release that corresponds to the platform you want to download.

Expand Down

0 comments on commit 72a14ec

Please sign in to comment.