Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit b9ffe4a

Browse files
authored
Do not use relative path inside attestion job (#237)
1 parent c584aaf commit b9ffe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate artifact attestation for deb and rpm packages
3636
uses: actions/attest-build-provenance@v1
3737
with:
38-
subject-path: '../camblet-driver_*.deb, rpmbuild/RPMS/noarch/camblet-driver-*.rpm'
38+
subject-path: '${{ github.workspace }}/../camblet-driver_*.deb, ${{ github.workspace }}/rpmbuild/RPMS/noarch/camblet-driver-*.rpm'
3939

4040
- name: Release
4141
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)