Skip to content

Commit

Permalink
ci: test 上传完整 install 目录
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Mar 11, 2025
1 parent 89a3fa6 commit ff4cfcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: MAA-win-${{ matrix.arch }}-full_log
path: "install/bin/debug"
name: MAA-win-${{ matrix.arch }}-full
path: "install"

ubuntu:
needs: meta
Expand Down Expand Up @@ -270,8 +270,8 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: MAA-linux-${{ matrix.arch }}-full_log
path: "install/bin/debug"
name: MAA-linux-${{ matrix.arch }}-full
path: "install"

macos:
needs: meta
Expand Down Expand Up @@ -384,5 +384,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: MAA-macos-${{ matrix.arch }}-full_log
path: "install/bin/debug"
name: MAA-macos-${{ matrix.arch }}-full
path: "install"

0 comments on commit ff4cfcb

Please sign in to comment.