Skip to content

Commit acd29f0

Browse files
committed
改为发布到GitHub Releases以提升下载速度
1 parent e6e35a2 commit acd29f0

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/clone.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@ jobs:
2626
- name: 打包HyperDbg项目
2727
run: tar --zstd -cvf HyperDbg.tar.zst HyperDbg
2828

29-
- name: 上传打包文件
30-
uses: actions/upload-artifact@v6
29+
- name: 发布到GitHub Releases
30+
uses: softprops/action-gh-release@v2
3131
with:
32-
name: HyperDbg-tar-zst
33-
path: HyperDbg.tar.zst
32+
name: HyperDbg-dev-branch
33+
tag_name: latest
34+
files: HyperDbg.tar.zst
35+
body: |
36+
HyperDbg dev 分支克隆包
37+
更新时间: ${{ github.event.head_commit.timestamp }}
38+
prerelease: true
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)