mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +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:
|
||||
name: Dump Root FS
|
||||
runs-on: ${{ matrix.runner }}
|
||||
needs: [build]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -53,9 +54,18 @@ jobs:
|
||||
- name: Checkout Source
|
||||
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
|
||||
run: src/tools/create-root.bat
|
||||
|
||||
- name: Dump API Set
|
||||
run: cd root && ../build/release/artifacts/dump-apiset.exe
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user