Update build.yml

This commit is contained in:
NinjaCheetah 2024-08-16 02:15:05 -04:00 committed by GitHub
parent 492cdddc04
commit f802636230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,6 @@ jobs:
uses: GuillaumeFalourd/clone-github-repo-action@v2.1 uses: GuillaumeFalourd/clone-github-repo-action@v2.1
with: with:
depth: 1 depth: 1
branch: 'master'
owner: 'xprism1' owner: 'xprism1'
repository: 'ntool' repository: 'ntool'
- name: Devsign TAD Delivery Tool - name: Devsign TAD Delivery Tool
@ -55,6 +54,7 @@ jobs:
7z e TDT-Nightly-Unsigned.zip 7z e TDT-Nightly-Unsigned.zip
cp TDT.dsi ntool/ cp TDT.dsi ntool/
cd ntool/ cd ntool/
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
uses: actions/upload-artifact@v4.3.6 uses: actions/upload-artifact@v4.3.6