PorktoberRevolution / ReStocked

Kerbal Space Program Art Revamp
101 stars 44 forks source link

Add missing stage and deploy workflow steps #934

Closed HebaruSan closed 3 years ago

HebaruSan commented 3 years ago

Problem

@Poodmund mentioned on the forum that there was a problem with this project's GitHub Actions:

image

Cause

Looking at the yml files and the build-deploy project, it looks like some steps are missing. Both Restock and RestockPlus are built, but then only Restock is staged and only RestockPlus is deployed.

Changes

Now it will build both, stage both, and deploy both.

HebaruSan commented 3 years ago

Rebase coming up as a sanity check...

ChrisAdderley commented 3 years ago

Thanks for the effort, but this has been fixed (also, stage only runs once intentionally)