From e8276b26a5d6a6fedee796c00fb053b3a12b0179 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sun, 19 May 2024 11:41:24 -0700 Subject: [PATCH] ci: Fix failure in attestation step --- .github/workflows/release-plz.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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