This commit is contained in:
snltty
2025-04-11 16:54:43 +08:00
parent ba34e9365d
commit 34963f5ca1
19 changed files with 82 additions and 35 deletions

View File

@@ -22,6 +22,8 @@ jobs:
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64
- name: install dotnet maui
run: dotnet workload install maui
- name: get current date
id: date
run: echo "::set-output name=today::$(date +'%Y-%m-%d')"
@@ -35,9 +37,9 @@ jobs:
release_name: v1.7.2.${{ steps.date.outputs.today }}
draft: false
prerelease: false
body: "1. 内网穿透的计划任务\r\n2. 一些修复和优化"
body: "1. 内网穿透的计划任务\r\n2. 一些修复和优化\r\n3. 优化自动分配IP\r\n4. 优化网卡,排除不明数据包\r\n5. 优化管理UI适配移动端"
- name: publish projects
run: ./publish.bat
run: ./publish.bat "C:\\Android\\android-sdk"
- name: upload-win-x86-oss
id: upload-win-x86-oss
uses: tvrcgo/oss-action@v0.1.1