Skip to content

Commit

Permalink
ci: specify the maafw version
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 11, 2024
1 parent 3bcc356 commit c4c5035
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
submodules: true

- name: Download MaaFramework
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.11
with:
repository: MaaXYZ/MaaFramework
fileName: "MAA-win-${{ matrix.arch }}*"
latest: true
tag: "v1.8.9"
out-file-path: "deps"
extract: true

Expand Down Expand Up @@ -95,11 +95,11 @@ jobs:
submodules: true

- name: Download MaaFramework
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.11
with:
repository: MaaXYZ/MaaFramework
fileName: "MAA-linux-${{ matrix.arch }}*"
latest: true
tag: "v1.8.9"
out-file-path: "deps"
extract: true

Expand Down Expand Up @@ -127,11 +127,11 @@ jobs:
submodules: true

- name: Download MaaFramework
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.11
with:
repository: MaaXYZ/MaaFramework
fileName: "MAA-macos-${{ matrix.arch }}*"
latest: true
tag: "v1.8.9"
out-file-path: "deps"
extract: true

Expand Down

0 comments on commit c4c5035

Please sign in to comment.