mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user