Skip to content

Commit

Permalink
Merge pull request #183 from tommilligan/fix-deploy-artefacts
Browse files Browse the repository at this point in the history
ci: fix deploy artefacts
  • Loading branch information
tommilligan authored May 24, 2024
2 parents cd0726a + c681ff9 commit 4805398
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 4805398

Please sign in to comment.