1
0
Fork 0

Fix directory creation from last commit

This commit is contained in:
Robbert van der Helm 2022-04-01 16:13:10 +02:00
parent 3ec042d739
commit 8dbebdb76f

View file

@ -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: