Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop authored Aug 5, 2023
1 parent 08c4983 commit 194b7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, macos-13, ubuntu-20.04]
arch: [aarch64, amd64]
arch: [arm64, amd64]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v1
with:
name: MDC-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }}
name: MDC-${{ env.VERSION }}-${{ matrix.os }}-${{ matrix.arch }}
path: dist

- name: Run test (Ubuntu & MacOS)
Expand Down

0 comments on commit 194b7b3

Please sign in to comment.