Skip to content

Commit

Permalink
ci: specify maa framework version to v1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Dec 11, 2024
1 parent fa3cbd4 commit 6e4b23e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
python3 .github/update_resource_version.py assets/resource/properties.json ${{ needs.meta.outputs.tag }}
- name: Download MaaFramework
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.11
with:
repository: MaaAssistantArknights/MaaFramework
latest: true
tag: "v1.8.9"
fileName: "MAA-win-${{ matrix.arch }}*"
out-file-path: "deps"
extract: true
Expand Down Expand Up @@ -154,10 +154,10 @@ jobs:
python3 .github/update_resource_version.py assets/resource/properties.json ${{ needs.meta.outputs.tag }}
- name: Download MaaFramework
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.11
with:
repository: MaaAssistantArknights/MaaFramework
latest: true
tag: "v1.8.9"
fileName: "MAA-linux-${{ matrix.arch }}*"
out-file-path: "deps"
extract: true
Expand Down Expand Up @@ -210,10 +210,10 @@ jobs:
python3 .github/update_resource_version.py assets/resource/properties.json ${{ needs.meta.outputs.tag }}
- name: Download MaaFramework
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.11
with:
repository: MaaAssistantArknights/MaaFramework
latest: true
tag: "v1.8.9"
fileName: "MAA-macos-${{ matrix.arch }}*"
out-file-path: "deps"
extract: true
Expand Down

0 comments on commit 6e4b23e

Please sign in to comment.