Skip to content

Commit

Permalink
打包名修改
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn01234 committed Nov 3, 2024
1 parent e196d07 commit 1166771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: MaaXXX-win-${{ matrix.arch }}
name: MMB-win-${{ matrix.arch }}
path: "install"

ubuntu:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: MaaXXX-linux-${{ matrix.arch }}
name: MMB-linux-${{ matrix.arch }}
path: "install"

macos:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: MaaXXX-macos-${{ matrix.arch }}
name: MMB-macos-${{ matrix.arch }}
path: "install"

release:
Expand Down

0 comments on commit 1166771

Please sign in to comment.