diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6a05e1..244f049 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} upload-bin: + needs: create-release strategy: matrix: include: @@ -37,7 +38,7 @@ jobs: - uses: taiki-e/upload-rust-binary-action@v1 with: bin: las-cleanup + target: ${{ matrix.target }} tar: unix zip: all - features: ${{ matrix.features || '' }} token: ${{ secrets.GITHUB_TOKEN }}