mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 更新 MaaFramework 文件名格式和 .NET SDK 版本
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
with:
|
||||
repository: MaaXYZ/MaaFramework
|
||||
latest: true
|
||||
fileName: '*win-x86_64*.zip'
|
||||
fileName: "*win-x86_64*.zip"
|
||||
extract: true
|
||||
out-file-path: MaaFramework-temp
|
||||
|
||||
@@ -152,7 +152,7 @@ jobs:
|
||||
cp MaaFramework-temp/bin/*Win32ControlUnit* install/
|
||||
|
||||
- name: Setup .NET SDK
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
global-json-file: global.json
|
||||
|
||||
|
||||
4
.github/workflows/release-nightly-ota.yml
vendored
4
.github/workflows/release-nightly-ota.yml
vendored
@@ -197,7 +197,7 @@ jobs:
|
||||
with:
|
||||
repository: MaaXYZ/MaaFramework
|
||||
latest: true
|
||||
fileName: '*win-x86_64*.zip'
|
||||
fileName: "*win-x86_64*.zip"
|
||||
extract: true
|
||||
out-file-path: MaaFramework-temp
|
||||
|
||||
@@ -207,7 +207,7 @@ jobs:
|
||||
cp MaaFramework-temp/bin/*Win32ControlUnit* install/
|
||||
|
||||
- name: Setup .NET SDK
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
global-json-file: global.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user