Update build.yml

This commit is contained in:
NinjaCheetah 2024-08-16 02:09:11 -04:00 committed by GitHub
parent c95212e38c
commit 0fa509e5fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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