Skip to content

Commit

Permalink
ci: fix download MaaFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 28, 2023
1 parent 0bbfb98 commit 813c8cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
with:
repository: MaaAssistantArknights/MaaFramework
fileName: "MAA-win-${{ matrix.arch }}*"
latest: true
out-file-path: "deps"
extract: true

Expand Down Expand Up @@ -144,6 +145,7 @@ jobs:
with:
repository: MaaAssistantArknights/MaaFramework
fileName: "MAA-linux-${{ matrix.arch }}*"
latest: true
out-file-path: "deps"
extract: true

Expand Down Expand Up @@ -200,6 +202,7 @@ jobs:
with:
repository: MaaAssistantArknights/MaaFramework
fileName: "MAA-macos-${{ matrix.arch }}*"
latest: true
out-file-path: "deps"
extract: true

Expand Down

0 comments on commit 813c8cc

Please sign in to comment.