增加singbox内核生成文件

This commit is contained in:
juewuy
2024-01-05 13:22:40 +08:00
parent 809a5b224c
commit 1f4deaa2e9

View File

@@ -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: |