From 38728e04a758b40265afa56165d095571d7cdfff Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:56:38 -0800 Subject: [PATCH] Upload build artifacts For easy testing. --- .github/workflows/ci-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index b78bce8c0..bd634a32a 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -37,6 +37,12 @@ jobs: - name: Build shell: pwsh run: Invoke-Build Build + - name: Upload build artifacts + uses: actions/upload-artifact@v3 + if: ${{ matrix.os == "windows-latest" }} + with: + name: PowerShellEditorServices + path: module - name: Run tests shell: pwsh run: Invoke-Build Test