From 18d3bff2b7b2daece8295437dde058a8c62f9a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 23 Oct 2023 20:56:09 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/publish_on_tagged.yml | 2 +- composer.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/publish_on_tagged.yml b/.gitea/workflows/publish_on_tagged.yml index 10d479b..33caf21 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 dist.zip * + zip -r dist.zip * - name: Publish to registry run: | curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \ diff --git a/composer.lock b/composer.lock index a8991fb..8a287ff 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ff961972f5fa792000957cade56dbb69", + "content-hash": "5174f7b9fb0bb4a56eaf3fdc6a0e5d3e", "packages": [ { "name": "casbin/casbin", @@ -5942,11 +5942,11 @@ }, { "name": "singularity/hdk-core", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "dist": { "type": "zip", - "url": "https://nest.doylee.cn/api/packages/HDK/composer/files/singularity%2Fhdk-core/1.0.0-alpha.13/singularity-hdk-core.1.0.0-alpha.13.zip", - "shasum": "0334bcdf56f646eea7656f3d28be71989d5d68bf" + "url": "https://nest.doylee.cn/api/packages/HDK/composer/files/singularity%2Fhdk-core/1.0.0-alpha.14/singularity-hdk-core.1.0.0-alpha.14.zip", + "shasum": "9dcb025916461ebaf72be36c3c4347bad535cb3a" }, "require": { "composer/composer": ">=2.0", @@ -6030,7 +6030,7 @@ } ], "description": "Common Hyperf Development Kit", - "time": "2023-10-23T19:43:26+08:00" + "time": "2023-10-23T20:49:26+08:00" }, { "name": "symfony/cache",