diff --git a/.gitea/workflows/publish_on_release.yml b/.gitea/workflows/publish_on_release.yml
deleted file mode 100644
index 28b8932..0000000
--- a/.gitea/workflows/publish_on_release.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: Release to registry
-on: [ release ]
-
-jobs:
- Publish on Released:
- runs-on: ubuntu-latest
- steps:
- - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- - name: Check out repository code
- uses: actions/checkout@v4
- - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- - name: List files in the repository
- run: |
- ls ${{ gitea.workspace }}
- - name: Zip files in the repository
- run: |
- apt-get update
- apt-get install zip
- zip hdk-core.dist.zip *
- - name: Publish to registry
- run: |
- curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
- --upload-file ./hdk-core.dist.zip \
- https://nest.doylee.cn/api/packages/HDK/composer?version=${{ gitea.ref_name }}
- - run: echo "🍏 This job's status is ${{ job.status }}."
\ No newline at end of file
diff --git a/.gitea/workflows/publish_on_tagged.yml b/.gitea/workflows/publish_on_tagged.yml
index 4627028..c8b2f82 100644
--- a/.gitea/workflows/publish_on_tagged.yml
+++ b/.gitea/workflows/publish_on_tagged.yml
@@ -19,7 +19,7 @@ jobs:
run: |
apt-get update
apt-get install zip
- zip hdk-core.dist.zip *
+ zip -r hdk-core.dist.zip *
- name: Publish to registry
run: |
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
diff --git a/.idea/HDK-Core.iml b/.idea/HDK-Core.iml
index 0a11b00..f92980d 100644
--- a/.idea/HDK-Core.iml
+++ b/.idea/HDK-Core.iml
@@ -4,160 +4,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/php.xml b/.idea/php.xml
index 557e11b..d78faa2 100644
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -18,166 +18,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-