mirror of
https://github.com/rvtr/TDT.git
synced 2025-06-18 18:55:44 -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
|
||||
- name: Setup environment
|
||||
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
|
||||
run: make
|
||||
- name: Publish build to GH Actions
|
||||
@ -33,6 +29,19 @@ jobs:
|
||||
with:
|
||||
path: "TDT.dsi"
|
||||
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
|
||||
uses: GuillaumeFalourd/clone-github-repo-action@v2.1
|
||||
with:
|
||||
@ -42,6 +51,7 @@ jobs:
|
||||
repository: 'ntool'
|
||||
- name: Devsign TAD Delivery Tool
|
||||
run: |
|
||||
7z e TDT-Nightly-Unsigned.zip
|
||||
cp TDT.dsi ntool/
|
||||
cd ntool/
|
||||
python ntool.py srl_retail2dev TDT.dsi
|
||||
|
Loading…
Reference in New Issue
Block a user