From 0db8b3787db007592fb9c7da2844b5624901a685 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 24 Dec 2023 15:38:49 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea22e3cac..ae96cff8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,3 +41,15 @@ jobs: - name: Build Backend shell: bash run: ./build.sh --backend --enable-extra-platforms --packages + + - name: Publish win-x64 Test Artifact + uses: actions/upload-artifact@v4 + with: + name: win-x64-tests + path: _tests/net6.0/win-x64/publish/**/* + + - name: Publish win-x86 Test Artifact + uses: actions/upload-artifact@v4 + with: + name: win-x86-tests + path: _tests/net6.0/win-x86/publish/**/*