Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix master deployment by not removing build artifacts #943

Merged
merged 1 commit into from
Jun 14, 2022

Commits on Jun 14, 2022

  1. Fix master deployment by not removing build artifacts

    The problem is, that we want the test deployment and the
    production deployment for `master`. But both workflows delete
    the build artifacts after downloading them. So only one gets it,
    the other one fails.
    This is solved by just not deleting build artifacts.
    
    The build artifacts for Studio are very small (1.4MB) or so, so
    even with lots of parallel builds, it's unlikely we will reach
    GitHub's limit.
    LukasKalbertodt committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0f90442 View commit details
    Browse the repository at this point in the history