From b9ffe4afa36f342d3095e830045bd3fd7b6a5c02 Mon Sep 17 00:00:00 2001 From: Balint Molnar Date: Tue, 25 Jun 2024 17:41:35 +0200 Subject: [PATCH] Do not use relative path inside attestion job (#237) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 156bded4..6da0be5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Generate artifact attestation for deb and rpm packages uses: actions/attest-build-provenance@v1 with: - subject-path: '../camblet-driver_*.deb, rpmbuild/RPMS/noarch/camblet-driver-*.rpm' + subject-path: '${{ github.workspace }}/../camblet-driver_*.deb, ${{ github.workspace }}/rpmbuild/RPMS/noarch/camblet-driver-*.rpm' - name: Release uses: ncipollo/release-action@v1