Skip to content

Commit 41be3f7

Browse files
authored
ci: fix download artifact for sqlsmith (#18662)
1 parent 29e8a99 commit 41be3f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ jobs:
286286
matrix:
287287
target:
288288
- x86_64-unknown-linux-gnu
289+
- aarch64-unknown-linux-gnu
289290
steps:
290291
- name: Checkout
291292
uses: actions/checkout@v4
@@ -582,7 +583,7 @@ jobs:
582583
uses: ./.github/actions/artifact_download
583584
with:
584585
sha: ${{ github.sha }}
585-
target: x86_64-unknown-linux-gnu
586+
target: aarch64-unknown-linux-gnu
586587
category: default
587588
artifacts: meta,query,sqlsmith
588589
- name: Run sqlsmith

0 commit comments

Comments
 (0)