Skip to content

Commit d06a771

Browse files
ci: 指定MFAA和MXU版本
1 parent e2ea79f commit d06a771

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
repository: MaaXYZ/MFAAvalonia
100100
fileName: "MFAAvalonia-*-${{ (matrix.os == 'win' && 'win') || (matrix.os == 'macos' && 'osx') || (matrix.os == 'linux' && 'linux') }}-${{ (matrix.arch == 'x86_64' && 'x64') || (matrix.arch == 'aarch64' && 'arm64') }}*"
101-
latest: true
101+
tag: 'v2.12.0'
102102
out-file-path: "MFA"
103103
extract: true
104104
token: ${{ secrets.GITHUB_TOKEN }}
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
repository: MistEO/MXU
127127
fileName: "MXU-${{ matrix.os }}-${{ matrix.arch }}*"
128-
latest: true
128+
tag: 'v2.1.1'
129129
out-file-path: "MXU"
130130
extract: true
131131
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)