You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Update SLPS_prerelease.yml
This commit is contained in:
11
.github/workflows/SLPS_prerelease.yml
vendored
11
.github/workflows/SLPS_prerelease.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch
|
||||
|
||||
env:
|
||||
base_directory: c:/actions-runner/_work/PythonLib/
|
||||
base_directory: c:/actions-runner/_work/
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
@@ -28,19 +28,22 @@ jobs:
|
||||
|
||||
- name: Checkout PythonLib
|
||||
uses: actions/checkout@v3
|
||||
|
||||
with:
|
||||
repository: lifebottle/PythonLib
|
||||
path: ${{env.base_directory}}PythonLib
|
||||
|
||||
- name: Checkout TOR Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: SymphoniaLauren/Tales-of-Rebirth
|
||||
path: Tales-of-Rebirth
|
||||
path: ${{env.base_directory}}Tales-of-Rebirth
|
||||
|
||||
|
||||
|
||||
- name: Generate New SLPS
|
||||
working-directory: ${{env.base_directory}}
|
||||
run:
|
||||
python ${{env.base_directory}}/ToolsTales_Executable.py --game TOR pack SLPS
|
||||
python ${{env.base_directory}}/PythonLib/ToolsTales_Executable.py --game TOR pack SLPS
|
||||
|
||||
closeVM:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user