all repos — litestore @ 19750054e8aac866a081e36841c63e2cdc2f01a8

A minimalist nosql document store.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Wed, 14 Apr 2021 03:42:45 +0200
commit

19750054e8aac866a081e36841c63e2cdc2f01a8

parent

0a0fdb3e02ad9bb5373f55a49d19c5f763df3bfc

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -94,7 +94,7 @@ # Import admin directory and create default db

- name: Import Admin shell: bash run: | - cp src/admin/ admin/ + cp -r src/admin/ admin/ litestore -d:admin import # Build guide