Add missing stage and deploy workflow steps

pull/934/head
HebaruSan 3 years ago committed by GitHub
parent 1253bc3d3d
commit 8ae95edfc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,11 @@ jobs:
run: python build-deploy/src/package.py --f "Distribution/Restock/.mod_data.yml"
- name: Building RestockPlus
run: python build-deploy/src/package.py --f "Distribution/RestockPlus/.mod_data.yml"
- name: Staging package
- name: Staging Restock
run: python build-deploy/src/stage.py --f "Distribution/Restock/.mod_data.yml" # Run the staging script
- name: Staging RestockPlus
run: python build-deploy/src/stage.py --f "Distribution/RestockPlus/.mod_data.yml" # Run the staging script
- name: Deploying Restock
run: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy package to spacedock, curse, github
run: python build-deploy/src/deploy.py --f "Distribution/Restock/.mod_data.yml" # Deploy package to spacedock, curse, github
- name: Deploying RestockPlus
run: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy package to spacedock, curse, github

Loading…
Cancel
Save