Skip to content

Commit

Permalink
ci: 修复产物包名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 8, 2023
1 parent 281f078 commit 0251d7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
out-file-path: "deps"
extract: true

- name: Build MAA
- name: Build M9A
run: |
cmake --preset "${{ matrix.arch == 'x86_64' && 'MSVC 2022' || 'MSVC 2022 ARM' }}" -DM9A_HASH_VERSION='${{ needs.meta.outputs.tag }}'
Expand All @@ -98,7 +98,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: MAA-win-${{ matrix.arch }}
name: MAA1999-win-${{ matrix.arch }}
path: "install"


Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
out-file-path: "deps"
extract: true

- name: Build MAA
- name: Build M9A
env:
CC: ${{ matrix.arch == 'x86_64' && 'ccache gcc' || 'ccache aarch64-linux-gnu-gcc' }}
CXX: ${{ matrix.arch == 'x86_64' && 'ccache g++' || 'ccache aarch64-linux-gnu-g++' }}
Expand All @@ -170,7 +170,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: MAA-linux-${{ matrix.arch }}
name: MAA1999-linux-${{ matrix.arch }}
path: "install"

macos:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
out-file-path: "deps"
extract: true

- name: Build MAA
- name: Build M9A
env:
CC: "/usr/local/opt/llvm/bin/clang"
CXX: "/usr/local/opt/llvm/bin/clang++"
Expand All @@ -228,7 +228,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: MAA-macos-${{ matrix.arch }}
name: MAA1999-macos-${{ matrix.arch }}
path: "install"

release:
Expand Down

0 comments on commit 0251d7d

Please sign in to comment.