From f988c0df544f5ac290b86372d19facab37335298 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Sat, 22 Nov 2025 00:44:08 +0800 Subject: [PATCH] update --- .github/workflows/release.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b78390c..d3cbaf9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,10 +156,16 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Download Linux musl artifact + - name: Download Linux x86_64 artifact uses: actions/download-artifact@v4 with: - name: x86_64-unknown-linux-musl + name: x86_64-unknown-linux-gnu + path: artifacts + + - name: Download Linux aarch64 artifact + uses: actions/download-artifact@v4 + with: + name: aarch64-unknown-linux-gnu path: artifacts - name: Extract amd64 binary