Skip to content

Commit

Permalink
ci: fix MaaFramework version at v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Jan 27, 2025
1 parent e413b08 commit ba2c2b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: robinraju/[email protected]
with:
repository: MaaXYZ/MaaFramework
latest: true
tag: "v2.4.2"
fileName: "MAA-win-${{ matrix.arch }}*"
out-file-path: "${{ github.workspace }}/deps"
extract: true
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: robinraju/[email protected]
with:
repository: MaaXYZ/MaaFramework
latest: true
tag: "v2.4.2"
fileName: "MAA-linux-${{ matrix.arch }}*"
out-file-path: "deps"
extract: true
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: robinraju/[email protected]
with:
repository: MaaXYZ/MaaFramework
latest: true
tag: "v2.4.2"
fileName: "MAA-macos-${{ matrix.arch }}*"
out-file-path: "deps"
extract: true
Expand Down

0 comments on commit ba2c2b2

Please sign in to comment.