From f1582f3a8f4d719311e95505128475d93236dff6 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 29 Aug 2023 17:17:49 +0200 Subject: [PATCH] Wrong architecture --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8cc0357..dcf8890 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 18.x cache: 'yarn' - architecture: 'x86' + architecture: 'x64' - name: Install dependencies run: yarn - name: Build and publish package