mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix directory creation from last commit
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
||||
- name: Move all packaged plugin into a directory
|
||||
run: |
|
||||
# GitHub Action strips the top level directory, great, have another one
|
||||
mkdir "$ARCHIVE_NAME/$ARCHIVE_NAME"
|
||||
mkdir -p "$ARCHIVE_NAME/$ARCHIVE_NAME"
|
||||
mv target/bundled/* "$ARCHIVE_NAME/$ARCHIVE_NAME"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user