GitHub Actions: Limit arch

This commit is contained in:
Felix Rieseberg 2023-03-13 17:20:19 -07:00
parent 34eccc706c
commit d68097b59b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ jobs:
run: yarn
- name: Make
if: startsWith(github.ref, 'refs/tags/')
run: yarn make --arch=all
run: yarn make --arch=${{ matrix.arch }}
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}