Fix directory creation from last commit
This commit is contained in:
parent
3ec042d739
commit
8dbebdb76f
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
|
- name: Move all packaged plugin into a directory
|
||||||
run: |
|
run: |
|
||||||
# GitHub Action strips the top level directory, great, have another one
|
# 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"
|
mv target/bundled/* "$ARCHIVE_NAME/$ARCHIVE_NAME"
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue