mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-31 00:11:02 +00:00
Dump API set
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
|||||||
dump-root:
|
dump-root:
|
||||||
name: Dump Root FS
|
name: Dump Root FS
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
|
needs: [build]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -53,9 +54,18 @@ jobs:
|
|||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Download Windows Artifacts
|
||||||
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
name: Windows Release Artifacts
|
||||||
|
path: build/release/artifacts
|
||||||
|
|
||||||
- name: Dump Root FS
|
- name: Dump Root FS
|
||||||
run: src/tools/create-root.bat
|
run: src/tools/create-root.bat
|
||||||
|
|
||||||
|
- name: Dump API Set
|
||||||
|
run: cd root && ../build/release/artifacts/dump-apiset.exe
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user