Update build.yml

This commit is contained in:
NinjaCheetah 2024-08-16 03:07:43 -04:00 committed by GitHub
parent 95261ba5b4
commit e34911cf05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,6 @@ jobs:
with:
path: "TDT.dsi"
name: TDT-Nightly-Unsigned
compression-level: 0
devsign:
runs-on: windows-latest
@ -62,7 +61,17 @@ jobs:
with:
path: "ntool/TDT_dev.srl"
name: TDT-Nightly-Devsigned
- name: Make a devsigned TAD
run: |
curl https://cdn.randommeaninglesscharacters.com/tools/maketad/maketad.zip -o maketad.zip
7z e maketad.zip
cp ntool/TDT_dev.srl .
.\maketad-20090604.exe TDT_dev.srl -s -o TDT-Nightly.tad
- name: Publish devsigned TAD to GH Actions
uses: actions/upload-artifact@v4.3.6
with:
path: "TDT-Nightly.tad"
name: TDT-Nightly-TAD
# Only run this for non-PR jobs.
publish_build: