mirror of
https://github.com/rvtr/TDT.git
synced 2025-06-19 11:15:39 -04:00
Update build.yml
This commit is contained in:
parent
f802636230
commit
58a662b23e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -39,6 +39,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
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
@ -51,6 +52,7 @@ jobs:
|
|||||||
repository: 'ntool'
|
repository: 'ntool'
|
||||||
- name: Devsign TAD Delivery Tool
|
- name: Devsign TAD Delivery Tool
|
||||||
run: |
|
run: |
|
||||||
|
cd D:\a\TDT\TDT\
|
||||||
7z e TDT-Nightly-Unsigned.zip
|
7z e TDT-Nightly-Unsigned.zip
|
||||||
cp TDT.dsi ntool/
|
cp TDT.dsi ntool/
|
||||||
cd ntool/
|
cd ntool/
|
||||||
|
Loading…
Reference in New Issue
Block a user