Skip to content

Commit

Permalink
fix:project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohkahb committed Jun 25, 2024
1 parent 6c666e4 commit 065c894
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: MCCA-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: MCCA-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: MCCA-macos-${{ matrix.arch }}
path: "install"

release:
Expand Down

0 comments on commit 065c894

Please sign in to comment.