This commit is contained in:
rustmailer
2025-11-22 00:44:08 +08:00
parent 7db800005c
commit f988c0df54
+8 -2
View File
@@ -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