From 76fc72e6a5c3eb8f4ee115f9acacb52b61260bc9 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 21 Jan 2021 11:04:51 -0800 Subject: [PATCH] Fix the deploy script --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 97ad0359..39b06031 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,5 +43,7 @@ jobs: run: python build-deploy/src/package.py --f "Distribution/RestockPlus/.mod_data.yml" - name: Staging package run: python build-deploy/src/stage.py --f "Distribution/Restock/.mod_data.yml" # Run the staging script - - name: Deploying Restock + name: Deploying Restock + 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 \ No newline at end of file