From b56ebb0fd538d64354771a0afc6a810c27826098 Mon Sep 17 00:00:00 2001 From: fortiersteven <74146408+fortiersteven@users.noreply.github.com> Date: Sat, 14 May 2022 15:52:55 -0400 Subject: [PATCH] Update SLPS_Run.yml --- .github/workflows/SLPS_Run.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/SLPS_Run.yml b/.github/workflows/SLPS_Run.yml index 90bbab0..f6d2399 100644 --- a/.github/workflows/SLPS_Run.yml +++ b/.github/workflows/SLPS_Run.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - # Name of step + - name: Start AWS EC2 # Run AWS Command on the GitHub Hosted runner which starts the instance using AWS authentication stored in GitHub Secrets (see below how to add) run: | @@ -23,8 +23,10 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }} - + runPython: + runs-on: self-hosted + steps: - name: Generating SLPS and creating Patch working-directory: ${{env.base_directory}} run: - python ToolsTales_Executable.py --game TOR pack SLPS + python ${{env.base_directory}}/ToolsTales_Executable.py --game TOR pack SLPS