From bc01aa18809a3cd742fb38dd4615afd99f401fd5 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Fri, 16 Aug 2024 02:58:58 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b66e6f0..3d75c29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: uses: actions/download-artifact@v4 with: 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 uses: actions/setup-python@v5 with: @@ -53,10 +53,8 @@ jobs: repository: 'ntool' - name: Devsign TAD Delivery Tool run: | - dir - 7z e TDT-Nightly-Unsigned.zip - cp TDT.dsi ntool/ - cd ntool/ + cp TDT-Build\TDT.dsi ntool + cd ntool pip install pycryptodome python ntool.py srl_retail2dev TDT.dsi - name: Publish devsigned build to GH Actions