Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, macos-13, ubuntu-20.04]
|
os: [windows-2019, macos-13, ubuntu-20.04]
|
||||||
arch: [aarch64, amd64]
|
arch: [arm64, amd64]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: MDC-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }}
|
name: MDC-${{ env.VERSION }}-${{ matrix.os }}-${{ matrix.arch }}
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Run test (Ubuntu & MacOS)
|
- name: Run test (Ubuntu & MacOS)
|
||||||
|
|||||||
Reference in New Issue
Block a user