ci: Fix variable reference in release-plz workflow

This commit is contained in:
Chris Hennick 2024-05-21 12:08:28 -07:00
parent edd6a5823c
commit fdc39352aa
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -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