From 2fae23909b27eca9528992a9ba16794955d190c2 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 23 Apr 2024 18:53:13 -0400 Subject: [PATCH] Add DAW release stage (take 2) (#31) --- .github/workflows/build-daw-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-daw-plugin.yml b/.github/workflows/build-daw-plugin.yml index 8ee0c90..dee2753 100644 --- a/.github/workflows/build-daw-plugin.yml +++ b/.github/workflows/build-daw-plugin.yml @@ -66,7 +66,7 @@ jobs: # see also https://vcvrack.com/manual/Manifest#version if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'baconpaul' }} runs-on: ubuntu-latest - needs: [build, build-mac] + needs: [build_plugin] steps: - uses: actions/download-artifact@v3 with: