We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ea79f commit d06a771Copy full SHA for d06a771
1 file changed
.github/workflows/install.yml
@@ -98,7 +98,7 @@ jobs:
98
with:
99
repository: MaaXYZ/MFAAvalonia
100
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
+ tag: 'v2.12.0'
102
out-file-path: "MFA"
103
extract: true
104
token: ${{ secrets.GITHUB_TOKEN }}
@@ -125,7 +125,7 @@ jobs:
125
126
repository: MistEO/MXU
127
fileName: "MXU-${{ matrix.os }}-${{ matrix.arch }}*"
128
+ tag: 'v2.1.1'
129
out-file-path: "MXU"
130
131
0 commit comments