ci: Fix variable reference in release-plz workflow
This commit is contained in:
parent
edd6a5823c
commit
fdc39352aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-plz.yml
vendored
2
.github/workflows/release-plz.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue