mirror of
http://124.126.16.154:8888/singularity/hdk-auth.git
synced 2026-01-15 03:55:06 +08:00
ci: 修复内容为空的问题
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install zip
|
apt-get install zip
|
||||||
zip dist.zip *
|
zip -r dist.zip *
|
||||||
- name: Publish to registry
|
- name: Publish to registry
|
||||||
run: |
|
run: |
|
||||||
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
|
curl --user ch4o5:4fd300672472e666014314c1c94c604c634165a9 \
|
||||||
|
|||||||
10
composer.lock
generated
10
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "6e059203c0c0998cba01049b0930641c",
|
"content-hash": "139b5d8213ad3c6a679a886ca9703aa5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "casbin/casbin",
|
"name": "casbin/casbin",
|
||||||
@@ -5778,11 +5778,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "singularity/hdk-core",
|
"name": "singularity/hdk-core",
|
||||||
"version": "1.0.0-alpha.13",
|
"version": "1.0.0-alpha.14",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"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",
|
"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": "0334bcdf56f646eea7656f3d28be71989d5d68bf"
|
"shasum": "9dcb025916461ebaf72be36c3c4347bad535cb3a"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer/composer": ">=2.0",
|
"composer/composer": ">=2.0",
|
||||||
@@ -5866,7 +5866,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Common Hyperf Development Kit",
|
"description": "Common Hyperf Development Kit",
|
||||||
"time": "2023-10-23T19:43:26+08:00"
|
"time": "2023-10-23T20:49:26+08:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/cache",
|
"name": "symfony/cache",
|
||||||
|
|||||||
Reference in New Issue
Block a user