Skip to content

Commit 47c42e0

Browse files
ci: 使用fw5.10.2
1 parent 81ed29c commit 47c42e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
with:
8080
submodules: true
8181

82-
# 下载 MaaFramework(所有变体都需要)
82+
# 下载 MaaFramework
8383
- name: Download MaaFramework
84-
uses: robinraju/release-downloader@v1.10 # 更新到最新版本
84+
uses: robinraju/release-downloader@v1.10
8585
with:
8686
repository: MaaXYZ/MaaFramework
8787
fileName: "MAA-${{ matrix.os }}-${{ matrix.arch }}*"
88-
latest: true
88+
tag: 'v5.10.2'
8989
out-file-path: "deps"
9090
extract: true
9191
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)