mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Create plugin bundles in target/bundled
It's going to get a bit crowded otherwise once we add more formats.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
||||
- name: Move all packaged plugin into a directory
|
||||
run: |
|
||||
mkdir "$ARCHIVE_NAME"
|
||||
mv target/*.vst3 "$ARCHIVE_NAME"
|
||||
mv target/bundled/* "$ARCHIVE_NAME"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ env.ARCHIVE_NAME }}
|
||||
|
||||
Reference in New Issue
Block a user