You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Update SLPS_Run.yml
This commit is contained in:
8
.github/workflows/SLPS_Run.yml
vendored
8
.github/workflows/SLPS_Run.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user