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