mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Update build.yml
This commit is contained in:
parent
9238711b3e
commit
bc01aa1880
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: TDT-Nightly-Unsigned
|
name: TDT-Nightly-Unsigned
|
||||||
path: D:\a\TDT\TDT\TDT-Nightly-Unsigned.zip
|
path: D:\a\TDT\TDT\TDT-Build
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
@ -53,10 +53,8 @@ jobs:
|
|||||||
repository: 'ntool'
|
repository: 'ntool'
|
||||||
- name: Devsign TAD Delivery Tool
|
- name: Devsign TAD Delivery Tool
|
||||||
run: |
|
run: |
|
||||||
dir
|
cp TDT-Build\TDT.dsi ntool
|
||||||
7z e TDT-Nightly-Unsigned.zip
|
cd ntool
|
||||||
cp TDT.dsi ntool/
|
|
||||||
cd ntool/
|
|
||||||
pip install pycryptodome
|
pip install pycryptodome
|
||||||
python ntool.py srl_retail2dev TDT.dsi
|
python ntool.py srl_retail2dev TDT.dsi
|
||||||
- name: Publish devsigned build to GH Actions
|
- name: Publish devsigned build to GH Actions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user