From 4607636fc12cd4727c497dc8a93f1ea3e29a7691 Mon Sep 17 00:00:00 2001 From: Hannes Guedelhoefer Date: Mon, 30 Aug 2021 21:57:30 +0200 Subject: [PATCH] trying arm64 again --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2dcdf8c..546c51c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,9 +65,9 @@ jobs: steps: - name: Build a bottle using Homebrew run: | - brew tap opencreek/tab - brew install --build-bottle --verbose creekey - brew bottle creekey + arch -arm64 brew tap opencreek/tab + arch -arm64 brew install --build-bottle --verbose creekey + arch -arm64 brew bottle creekey - name: Upload the bottle to the GitHub release uses: actions/upload-release-asset@v1.0.1 env: