fix(release): alpha beta yml upload workflow failed (#66)
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -120,6 +120,7 @@ jobs:
|
|||||||
release/*.deb
|
release/*.deb
|
||||||
release/*.rpm
|
release/*.rpm
|
||||||
release/*.yml
|
release/*.yml
|
||||||
|
!release/builder-debug.yml
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
# ──────────────────────────────────────────────────────────────
|
# ──────────────────────────────────────────────────────────────
|
||||||
@@ -146,6 +147,11 @@ jobs:
|
|||||||
echo "=== File tree ==="
|
echo "=== File tree ==="
|
||||||
tree release-artifacts/ || find release-artifacts/ -print
|
tree release-artifacts/ || find release-artifacts/ -print
|
||||||
|
|
||||||
|
- name: Remove duplicate builder-debug files
|
||||||
|
run: |
|
||||||
|
echo "Removing builder-debug.yml files to avoid duplicate asset upload conflicts..."
|
||||||
|
find release-artifacts/ -name "builder-debug.yml" -delete -print || true
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|||||||
@@ -144,7 +144,7 @@
|
|||||||
"Create a new application",
|
"Create a new application",
|
||||||
"Get App ID and App Secret",
|
"Get App ID and App Secret",
|
||||||
"Configure event subscription",
|
"Configure event subscription",
|
||||||
"Note: Not mentioned in current OpenClaw docs, but you MUST add 'contact:contact.base:readonly' permission in Permission Management"
|
"Note: Not mentioned in current OpenClaw docs, but you MUST add 'contact:contact.base:readonly' **Application Permission** in Permission Management"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"imessage": {
|
"imessage": {
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
"新しいアプリケーションを作成します",
|
"新しいアプリケーションを作成します",
|
||||||
"App ID と App Secret を取得します",
|
"App ID と App Secret を取得します",
|
||||||
"イベント購読を設定します",
|
"イベント購読を設定します",
|
||||||
"注意:現在のドキュメントには記載されていませんが、権限管理で 'contact:contact.base:readonly' 権限を必ず追加してください"
|
"注意:現在のドキュメントには記載されていませんが、権限管理で 'contact:contact.base:readonly' **アプリケーション権限** を必ず追加してください"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"imessage": {
|
"imessage": {
|
||||||
|
|||||||
@@ -144,7 +144,7 @@
|
|||||||
"创建一个新应用",
|
"创建一个新应用",
|
||||||
"获取 App ID 和 App Secret",
|
"获取 App ID 和 App Secret",
|
||||||
"配置事件订阅",
|
"配置事件订阅",
|
||||||
"注意:当前OpenClaw文档中未提及,但请务必在权限管理中添加 contact:contact.base:readonly 权限,否则无法正常使用"
|
"注意:当前OpenClaw文档中未提及,但请务必在权限管理中添加 contact:contact.base:readonly **应用权限**,否则无法正常使用"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"imessage": {
|
"imessage": {
|
||||||
|
|||||||
Reference in New Issue
Block a user