We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ed29c commit 47c42e0Copy full SHA for 47c42e0
1 file changed
.github/workflows/install.yml
@@ -79,13 +79,13 @@ jobs:
79
with:
80
submodules: true
81
82
- # 下载 MaaFramework(所有变体都需要)
+ # 下载 MaaFramework
83
- name: Download MaaFramework
84
- uses: robinraju/release-downloader@v1.10 # 更新到最新版本
+ uses: robinraju/release-downloader@v1.10
85
86
repository: MaaXYZ/MaaFramework
87
fileName: "MAA-${{ matrix.os }}-${{ matrix.arch }}*"
88
- latest: true
+ tag: 'v5.10.2'
89
out-file-path: "deps"
90
extract: true
91
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments