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
c95212e38c
commit
0fa509e5fd
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -22,10 +22,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
run: git config --global safe.directory '*'
|
run: git config --global safe.directory '*'
|
||||||
- name: Set up Python 3.12
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
- name: Build TAD Delivery Tool
|
- name: Build TAD Delivery Tool
|
||||||
run: make
|
run: make
|
||||||
- name: Publish build to GH Actions
|
- name: Publish build to GH Actions
|
||||||
@ -33,6 +29,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: "TDT.dsi"
|
path: "TDT.dsi"
|
||||||
name: TDT-Nightly-Unsigned
|
name: TDT-Nightly-Unsigned
|
||||||
|
|
||||||
|
devsign:
|
||||||
|
runs-on: windows-latest
|
||||||
|
name: Devsign TDT and build a TAD
|
||||||
|
steps:
|
||||||
|
- name: Download artifact
|
||||||
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
name: TDT-Nightly-Unsigned
|
||||||
|
- name: Set up Python 3.12
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.12"
|
||||||
- name: Clone ntool
|
- name: Clone ntool
|
||||||
uses: GuillaumeFalourd/clone-github-repo-action@v2.1
|
uses: GuillaumeFalourd/clone-github-repo-action@v2.1
|
||||||
with:
|
with:
|
||||||
@ -42,6 +51,7 @@ jobs:
|
|||||||
repository: 'ntool'
|
repository: 'ntool'
|
||||||
- name: Devsign TAD Delivery Tool
|
- name: Devsign TAD Delivery Tool
|
||||||
run: |
|
run: |
|
||||||
|
7z e TDT-Nightly-Unsigned.zip
|
||||||
cp TDT.dsi ntool/
|
cp TDT.dsi ntool/
|
||||||
cd ntool/
|
cd ntool/
|
||||||
python ntool.py srl_retail2dev TDT.dsi
|
python ntool.py srl_retail2dev TDT.dsi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user