From e15bb33e10dbc8ba79ee1c4420252db7ce894ed2 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 21 Jan 2025 19:36:58 +0100 Subject: [PATCH] Dump API set --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3aa8f2ff..68fbf6dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: