Skip to content

Commit f9400fd

Browse files
committed
ci: fix co
1 parent 217bad8 commit f9400fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_upload.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
upload-assets:
3131
name: ${{ matrix.target }}
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
# When updating this list, the reminder to update the target list in ci.yml.
3536
include:
@@ -64,6 +65,7 @@ jobs:
6465
with:
6566
persist-credentials: false
6667
- uses: dtolnay/rust-toolchain@stable
68+
target: ${{ matrix.target }}
6769
- name: Get tag
6870
if: github.event.inputs.tags == ''
6971
id: tag

0 commit comments

Comments
 (0)