Revert "ci: fix deploy artefacts"

This reverts commit c681ff922d.
This commit is contained in:
Tom Milligan
2024-05-24 14:50:55 +01:00
parent 4805398359
commit 33fd522d68

View File

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