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
492cdddc04
commit
f802636230
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -47,7 +47,6 @@ jobs:
|
||||
uses: GuillaumeFalourd/clone-github-repo-action@v2.1
|
||||
with:
|
||||
depth: 1
|
||||
branch: 'master'
|
||||
owner: 'xprism1'
|
||||
repository: 'ntool'
|
||||
- name: Devsign TAD Delivery Tool
|
||||
@ -55,6 +54,7 @@ jobs:
|
||||
7z e TDT-Nightly-Unsigned.zip
|
||||
cp TDT.dsi ntool/
|
||||
cd ntool/
|
||||
pip install pycryptodome
|
||||
python ntool.py srl_retail2dev TDT.dsi
|
||||
- name: Publish devsigned build to GH Actions
|
||||
uses: actions/upload-artifact@v4.3.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user