Skip to content

Commit

Permalink
Add DAW release stage (take 2) (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul authored Apr 23, 2024
1 parent 60e7c0f commit 2fae239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-daw-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2fae239

Please sign in to comment.