Merge pull request #183 from tommilligan/fix-deploy-artefacts

ci: fix deploy artefacts
This commit is contained in:
Tom Milligan
2024-05-24 14:47:06 +01:00
committed by GitHub

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')