From 7ef70b51e0d14506f437d03b8c8106ffa37eed68 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Tue, 12 Mar 2024 10:26:03 -0500 Subject: [PATCH] Add step for archiving sample output --- .github/workflows/test-dotnet-samples.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 2446f01..0fef7eb 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -159,3 +159,21 @@ jobs: echo "Not available on this os" fi fi + - name: Save artifacts + uses: actions/upload-artifact@v4 + with: + name: output-${{ runner.os }}-${{matrix.dir}} + path: | + **.docx + **.xslx + **.pptx + **.pdf + **.tif + **.png + **.jpg + **.eps + **.tiff + **.bmp + **.gif + **.json + **.txt