From 631e2537dd082b0200715e4660bae1cbc2e94e9d Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 24 Apr 2024 11:31:27 -0400 Subject: [PATCH] Tweak the end of the stage --- .github/workflows/build-daw-plugin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-daw-plugin.yml b/.github/workflows/build-daw-plugin.yml index f7155ee..40f05d8 100644 --- a/.github/workflows/build-daw-plugin.yml +++ b/.github/workflows/build-daw-plugin.yml @@ -58,11 +58,13 @@ jobs: ls -l ./build - name: Show Installer Directory + if: github.event_name != 'pull_request' run: | ls -l ./build/installer - name: Upload artifact uses: actions/upload-artifact@v4 + if: github.event_name != 'pull_request' with: path: build/installer name: dawplugin-${{ matrix.os }}