diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 15e86f2..14c42e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,13 +21,7 @@ jobs: run: echo "tag=$(date +'%Y.%m.%d.%H%M')" >> $GITHUB_OUTPUT - name: Create schemas.zip - run: | - mkdir -p schemas_tmp - find . -name '*.json' -not -path './.git/*' -exec cp --parents {} schemas_tmp/ \; - cd schemas_tmp - zip -r ../schemas.zip . - cd .. - rm -rf schemas_tmp + run: find . -name '*.json' -not -path './.git/*' -not -path './.github/*' | zip -@ schemas.zip - name: Create domain zips run: | diff --git a/VERSION b/VERSION deleted file mode 100644 index 867e524..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.2.0 \ No newline at end of file