diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d991f7..06c1be2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: archive: tar.gz tar.xz tar.zst - target: x86_64-apple-darwin archive: zip + - target: aarch64-apple-darwin + archive: zip steps: - uses: actions/checkout@master - name: Compile and release