From 8485fe8bd6cc868e6aefcc238bc82c370c670b48 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Fri, 16 Aug 2024 11:48:03 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/client-builder.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/client-builder.yml b/.github/workflows/client-builder.yml index 5222662..8924475 100644 --- a/.github/workflows/client-builder.yml +++ b/.github/workflows/client-builder.yml @@ -24,12 +24,12 @@ jobs: run: npm install working-directory: client - - name: Build for Linux x86 - run: npm run pkglinux:x86 + - name: Build for Linux x64 + run: npm run pkglinux:x64 working-directory: client - - name: Build for Linux ARM64 - run: npm run pkglinux:arm + - name: Build for Linux arm64 + run: npm run pkglinux:arm64 working-directory: client - name: Get the latest release ID