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
95261ba5b4
commit
e34911cf05
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user