diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 3e23254f..36e4140a 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -24,10 +24,11 @@ jobs: override: true profile: minimal - name: Run release-plz + id: release-plz uses: MarcoIeni/release-plz-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_PAT }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - uses: actions/attest-build-provenance@v1 with: - subject-path: target/release/libzip.rlib + subject-path: ${{ GITHUB_WORKSPACE }}/target/release/libzip.rlib