You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
8
.github/workflows/SLPS_Run.yml
vendored
8
.github/workflows/SLPS_Run.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
workflow_dispatch
|
||||
|
||||
env:
|
||||
base_directory: c:/actions-runner/_work/
|
||||
base_directory: c:/actions-runner/_work/PythonLib
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
@@ -22,3 +22,9 @@ jobs:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
|
||||
|
||||
|
||||
- name: Generating SLPS and creating Patch
|
||||
working-directory: ${{env.base_directory}}
|
||||
run:
|
||||
python ${{env.base_directory}}/ToolsTales_Executable.py --game TOR pack SLPS
|
||||
|
||||
Reference in New Issue
Block a user