Skip to content

Commit 1743bd1

Browse files
committed
ci: fix ci
1 parent f9400fd commit 1743bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
with:
6666
persist-credentials: false
6767
- uses: dtolnay/rust-toolchain@stable
68-
target: ${{ matrix.target }}
68+
with:
69+
target: ${{ matrix.target }}
6970
- name: Get tag
7071
if: github.event.inputs.tags == ''
7172
id: tag

0 commit comments

Comments
 (0)