diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3078e6386..aa042a4c6 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -39,12 +39,12 @@ jobs:
           }
           - {
             os: "ubuntu-24.04",
-            target: "x86_64-unknown-linux-musl",
+            target: "aarch64-unknown-linux-gnu",
             cross: true,
           }
           - {
             os: "ubuntu-22.04",
-            target: "aarch64-unknown-linux-gnu",
+            target: "x86_64-unknown-linux-musl",
             cross: true,
           }
           - {
@@ -75,6 +75,7 @@ jobs:
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           repository: Yamato-Security/hayabusa-rules
+          fetch-depth: 0
           path: hayabusa-rules
 
       - name: Set up Rust toolchain