diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 36e4140a..402d6213 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -31,4 +31,4 @@ jobs: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - uses: actions/attest-build-provenance@v1 with: - subject-path: ${{ GITHUB_WORKSPACE }}/target/release/libzip.rlib + subject-path: ${{ github.workspace }}/target/release/libzip.rlib