From 1c9c48bfd956153f1dada76bd31ce1df3a4e4ef7 Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Fri, 16 May 2025 11:50:57 -0500 Subject: [PATCH] update --- .github/workflows/ci-dnn.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci-dnn.yml b/.github/workflows/ci-dnn.yml index b081c58..4c5353a 100644 --- a/.github/workflows/ci-dnn.yml +++ b/.github/workflows/ci-dnn.yml @@ -25,18 +25,11 @@ jobs: - name: Build the solution run: msbuild './ExpandableTextHtml.sln' /p:Configuration=Release; - - name: Collect Installers - if: github.event_name != 'pull_request' - run: | - md installers - Get-ChildItem -Include *install.zip -Recurse | Copy-Item -Destination "installers\" - shell: powershell - working-directory: .\ - name: Store Install Package if: github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: name: installers - path: './installers/**_install.zip' + path: './**/**_install.zip' retention-days: 5 # only need long enough to test/validate \ No newline at end of file