diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b19e3c..14b8cef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json echo "dist ran successfully" - name: Attest - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d with: subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}*" - id: cargo-dist