ci: fix deploy artefacts

This commit is contained in:
Tom Milligan
2024-05-24 14:46:52 +01:00
parent cd0726aaf2
commit c681ff922d

View File

@@ -57,7 +57,10 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
target: ${{ matrix.target }}
targets: ${{ matrix.target }}
- name: Create target directory
run: mkdir target
- name: Setup | cross
if: endsWith(matrix.target, '-unknown-linux-musl')