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: