增加singbox内核生成文件
This commit is contained in:
3
.github/workflows/update_singbox_core.yaml
vendored
3
.github/workflows/update_singbox_core.yaml
vendored
@@ -37,13 +37,14 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
rm -rf ./tmp/LICENSE
|
rm -rf ./tmp/LICENSE
|
||||||
|
rm -rf core.tar.gz
|
||||||
rm -fr upx*
|
rm -fr upx*
|
||||||
- name: Create Release and Upload Release Asset
|
- name: Create Release and Upload Release Asset
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: singbox_core
|
tag_name: singbox_core
|
||||||
name: singbox_core
|
name: singbox_core
|
||||||
body: "The alpha version of singbox core \n这是singbox的官方版本内核文件\nhttps://github.com/${download_project}/releases \nZip by upx\n使用了upx进行压缩\nOnly support for ShellCrash\n仅限于ShellCrash项目使用"
|
body: "The alpha version of singbox core \n这是singbox的官方版本内核文件\nhttps://github.com/SagerNet/sing-box/releases \nZip by upx\n使用了upx进行压缩\nOnly support for ShellCrash\n仅限于ShellCrash项目使用"
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: |
|
files: |
|
||||||
|
|||||||
Reference in New Issue
Block a user