mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
172
This commit is contained in:
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user