From 8cb8f7eb9e8d97408a3a71fec75699579b058c09 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:52:47 +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 3e2a768..3f47df9 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": "8c89b72e47887d905ae56b43af1bb37b", + "content-hash": "6483a1b659f79a0e42f8b3d7f389b6eb", "packages": [ { "name": "composer/ca-bundle", @@ -5229,11 +5229,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", @@ -5317,7 +5317,7 @@ } ], "description": "Common Hyperf Development Kit", - "time": "2023-10-23T19:43:26+08:00" + "time": "2023-10-23T20:49:26+08:00" }, { "name": "symfony/console",